Skip to content

Commit

Permalink
MISC: test with Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
yivi committed Dec 19, 2023
1 parent aaa0e81 commit ea7a0bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '8.1', '8.2', '8.3' ]
symfony: [ '6.3.0', '6.4.0' ]
symfony: [ '6.3.0', '6.4.0', '7.0.0' ]

steps:
- uses: actions/checkout@master
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"require": {
"php": ">=8.1",
"lexik/jwt-authentication-bundle": "^v2.20.3",
"symfony/config": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/framework-bundle": "^6.3"
"symfony/config": "^6.3|^7.0.0",
"symfony/dependency-injection": "^6.3|^7.0.0",
"symfony/framework-bundle": "^6.3|^7.0.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"nyholm/symfony-bundle-test": "dev-master",
"symfony/console": "^6.3"
"symfony/console": "^6.3|^7.0.0"
},
"suggest": {
"symfony/console": "^6.3"
"symfony/console": "^6.3|^7.0.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit ea7a0bb

Please sign in to comment.