Skip to content

Commit

Permalink
CI: add php 8.2 and SF 7
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbeaujean committed Feb 23, 2024
1 parent 8f69f35 commit e65500e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '8.1' ]
symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*']
php: [ '8.1','8.2']
symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*', '7.0.*']

steps:
- uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"require-dev": {
"symfony/class-loader": "2.3.*",
"nyholm/symfony-bundle-test": "^2.0",
"nyholm/symfony-bundle-test": "^3.0",
"phpunit/phpunit": "^10.3"
},
"require": {
Expand Down

0 comments on commit e65500e

Please sign in to comment.