Skip to content

Commit 340cfc2

Browse files
Add Symfony 8 to composer file
1 parent c6a5214 commit 340cfc2

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- '7.3.*'
1818
- '7.4.*'
1919
- '8.0.*'
20+
exclude:
21+
- symfony: '8.0.*'
22+
php-versions: '8.2'
23+
- symfony: '8.0.*'
24+
php-versions: '8.3'
2025

2126
steps:
2227
- uses: "actions/checkout@v6"

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"php": "^8.2",
1616
"senseexception/intl-format": "^2.3",
1717
"senseexception/intl-sort": "^2.0",
18-
"symfony/http-kernel": "^6.4 || ^7.3",
19-
"symfony/http-foundation": "^6.4 || ^7.3",
20-
"symfony/dependency-injection": "^6.4 || ^7.3",
21-
"symfony/config": "^6.4 || ^7.3",
22-
"symfony/twig-bundle": "^6.4 || ^7.3"
18+
"symfony/http-kernel": "^6.4 || ^7.3 || ^8.0",
19+
"symfony/http-foundation": "^6.4 || ^7.3 || ^8.0",
20+
"symfony/dependency-injection": "^6.4 || ^7.3 || ^8.0",
21+
"symfony/config": "^6.4 || ^7.3 || ^8.0",
22+
"symfony/twig-bundle": "^6.4 || ^7.3 || ^8.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^11.5",

0 commit comments

Comments
 (0)