Skip to content

Commit

Permalink
Only support php:^8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janlam7 committed Jun 6, 2024
1 parent 341ed2f commit 0883046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['8.1','8.2','8.3']
name: PHP ${{ matrix.php-versions }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"minimum-stability": "dev",
"require": {
"php": ">=7.3",
"php": "^8.1",
"doctrine/annotations": "^1.3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
Expand Down

0 comments on commit 0883046

Please sign in to comment.