We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf3142 commit 33dcc99Copy full SHA for 33dcc99
2 files changed
.github/workflows/run-tests.yml
@@ -37,6 +37,12 @@ jobs:
37
- symfony: ^7
38
php: 8.4
39
dependency-version: prefer-stable
40
+ - symfony: ^8
41
+ php: 8.4
42
+ dependency-version: prefer-lowest
43
44
+ php: 8.5
45
+ dependency-version: prefer-stable
46
47
name: PHP${{ matrix.php }} Symfony${{ matrix.symfony }} - ${{ matrix.dependency-version }}
48
composer.json
@@ -13,8 +13,8 @@
13
],
14
"require": {
15
"php": "^7.3|^8.0",
16
- "symfony/http-foundation": "^5.3|^6|^7",
17
- "symfony/http-kernel": "^5.3|^6|^7"
+ "symfony/http-foundation": "^5.3|^6|^7|^8",
+ "symfony/http-kernel": "^5.3|^6|^7|^8"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "^9",
0 commit comments