Skip to content

Commit 33dcc99

Browse files
authored
Allow Symfony 8. (#109)
* Allow Symfony 8. * Add Symfony 8 to test matrix.
1 parent acf3142 commit 33dcc99

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
- symfony: ^7
3838
php: 8.4
3939
dependency-version: prefer-stable
40+
- symfony: ^8
41+
php: 8.4
42+
dependency-version: prefer-lowest
43+
- symfony: ^8
44+
php: 8.5
45+
dependency-version: prefer-stable
4046

4147
name: PHP${{ matrix.php }} Symfony${{ matrix.symfony }} - ${{ matrix.dependency-version }}
4248

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": "^7.3|^8.0",
16-
"symfony/http-foundation": "^5.3|^6|^7",
17-
"symfony/http-kernel": "^5.3|^6|^7"
16+
"symfony/http-foundation": "^5.3|^6|^7|^8",
17+
"symfony/http-kernel": "^5.3|^6|^7|^8"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9",

0 commit comments

Comments
 (0)