Skip to content

Commit 4b83e83

Browse files
authored
Merge pull request #39 from tales-from-a-dev/feat/symfony-8
✨ Add Symfony 8 support
2 parents 51445ba + 77c7634 commit 4b83e83

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
exclude:
2020
- php-version: '8.1'
2121
symfony-version: '7.3.*'
22+
include:
23+
- php-version: '8.2'
24+
symfony-version: '7.4.0-RC3'
25+
minimum-stability: 'RC'
26+
- php-version: '8.4'
27+
symfony-version: '8.0.0-RC3'
28+
minimum-stability: 'RC'
2229

2330
steps:
2431
- uses: actions/checkout@v4

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
],
2020
"require": {
2121
"php": ">=8.1",
22-
"symfony/http-kernel": "^6.4 || ^7.0",
23-
"symfony/twig-bridge": "^6.4 || ^7.0",
22+
"symfony/http-kernel": "^6.4 || ^7.0 || ^8.0",
23+
"symfony/twig-bridge": "^6.4 || ^7.0 || ^8.0",
2424
"tales-from-a-dev/twig-tailwind-extra": "^0.5"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^3.15",
28-
"phpunit/phpunit": "^10.0",
29-
"symfony/form": "^6.4 || ^7.0",
30-
"symfony/intl": "^6.4 || ^7.0",
31-
"symfony/security-csrf": "^6.4 || ^7.0",
32-
"symfony/translation": "^6.4 || ^7.0"
28+
"phpunit/phpunit": "^10.5",
29+
"symfony/form": "^6.4 || ^7.0 || ^8.0",
30+
"symfony/intl": "^6.4 || ^7.0 || ^8.0",
31+
"symfony/security-csrf": "^6.4 || ^7.0 || ^8.0",
32+
"symfony/translation": "^6.4 || ^7.0 || ^8.0"
3333
},
3434
"config": {
3535
"optimize-autoloader": true,

0 commit comments

Comments
 (0)