Skip to content

Commit 4d9d770

Browse files
committed
made testing dependencies more flexible
1 parent 046ce66 commit 4d9d770

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
max-parallel: 10
1616
matrix:
17-
php: [ '7.4', '8.0', '8.1', '8.2']
17+
php: [ '8.0', '8.1', '8.2']
1818
sf_version: [ '5.4.*', '6.2.*', '6.3.*' ]
1919
exclude:
2020
- php: 7.4

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
3131
"phpunit/phpunit": "^9.5",
3232
"psalm/plugin-symfony": "^5.0",
33-
"symfony/console": "^6.3",
33+
"symfony/console": "^5.4 || ^6.0",
3434
"symfony/framework-bundle": "^5.4 || ^6.0",
35-
"symfony/http-kernel": "^6.2",
35+
"symfony/http-kernel": "^5.4 || ^6.0",
3636
"symfony/test-pack": "^1.1",
37-
"symfony/yaml": "^6.2",
37+
"symfony/yaml": "^5.4 || ^6.0",
3838
"vimeo/psalm": "^5.12",
3939
"kubawerlos/php-cs-fixer-custom-fixers": "^3.0",
4040
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)