Skip to content

Commit

Permalink
change supported php versions to match bref
Browse files Browse the repository at this point in the history
  • Loading branch information
jwong-dayspring committed May 14, 2024
1 parent 8f0d226 commit 428d6bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
fail-fast: false
matrix:
php:
- '7.4'
# - '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
composer:
- ''
- '--prefer-lowest'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-json": "*",
"symfony/dotenv": "^4.4|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
Expand Down

0 comments on commit 428d6bd

Please sign in to comment.