Skip to content

Commit

Permalink
chore: add symfo54 backaward compatibility with php74 and 8 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Orann authored Apr 5, 2023
1 parent a168220 commit d674b19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
symfony-version: ['^4.4', '^5.0']
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
symfony-version: ['^4.4', '^5.0', '^5.4']
steps:
- uses: actions/checkout@master
- uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require" : {
"php" : ">=7.2",
"php" : "~7.2 || ^8.0 || ^8.1",
"ext-pcntl" : "*",
"psr/event-dispatcher": "^1.0",
"symfony/console" : "~4.4 || ~5.0",
Expand Down

0 comments on commit d674b19

Please sign in to comment.