Skip to content

Commit

Permalink
Allow Symfony 7, add specific CI job for 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Mar 15, 2024
1 parent 8dd4450 commit 2e82fcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- '7.4'
dependencies: ['highest']
include:
- description: 'Symfony 6.4'
php: '8.2'
symfony_require: '^5.4'
- description: 'Symfony 5.4'
php: '8.1'
symfony_require: '^5.4'
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": "^7.4|^8.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0"
"symfony/framework-bundle": "^4.4|^5.0|^6.0|^7.0"
},
"require-dev": {
"facile-it/facile-coding-standard": "^1.2",
Expand All @@ -30,14 +30,14 @@
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5.2",
"symfony/browser-kit": "^4.4|^5.0|^6.0",
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/browser-kit": "^4.4|^5.0|^6.0|^7.0",
"symfony/console": "^4.4|^5.0|^6.0|^7.0",
"symfony/monolog-bridge": ">=3",
"symfony/monolog-bundle": "^3.1.2",
"symfony/phpunit-bridge": "^5.1.8",
"symfony/security-bundle": "^4.4|^5.0|^6.0",
"symfony/security-core": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0"
"symfony/security-bundle": "^4.4|^5.0|^6.0|^7.0",
"symfony/security-core": "^4.4|^5.0|^6.0|^7.0",
"symfony/yaml": "^4.4|^5.0|^6.0|^7.0"
},
"suggest": {
"facile-it/paraunit": "A PHPUnit wrapper to execute tests in parallel"
Expand Down

0 comments on commit 2e82fcb

Please sign in to comment.