Skip to content

Commit

Permalink
Merge pull request #38 from MacPaw/updateSymfony7
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
Yozhef committed Jan 11, 2024
2 parents 31eecaa + 99907be commit 6b8c2f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
coverage: ['none']
symfony-versions:
- '6.3.*'
- '6.4.*'
- '7.0.*'
include:
php: '8.2'
- php: '8.2'
coverage: 'xdebug'
symfony-versions: '^6.3'
symfony-versions: '7.0.*'


name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"require": {
"php": "^8.2",
"behat/behat": "^3.0",
"symfony/messenger": "^6.3",
"symfony/serializer": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/messenger": "^6.3 || ^7.0",
"symfony/serializer": "^6.3 || ^7.0",
"symfony/dependency-injection": "^6.3 || ^7.0",
"symfony/http-kernel": "^6.3 || ^7.0",
"macpaw/similar-arrays": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 6b8c2f7

Please sign in to comment.