Skip to content

Commit 1679fa6

Browse files
pierrelemeerenanbr
andauthored
Allow the use SF8 with the bundle (#45)
* Allow the use SF8 with the bundle * trigger ci * Only test SF8 with PHP 8.4 Co-authored-by: Renan de Lima <renandelima@gmail.com> --------- Co-authored-by: Renan <renandelima@gmail.com>
1 parent cd88657 commit 1679fa6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/phpunit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- { dd: '6.4.*', sf: '7.0.*', php: '8.3', is_next: false }
2828
- { dd: '6.4.*', sf: '7.1.*', php: '8.3', is_next: false }
2929
- { dd: '6.4.*', sf: '7.2.*', php: '8.3', is_next: false }
30+
- { dd: '6.4.*', sf: '8.0.*', php: '8.4', is_next: false }
3031

3132
steps:
3233

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"php": "^8.1",
2828
"friendsofphp/proxy-manager-lts": "^1.0",
2929
"matomo/device-detector": "^6.2",
30-
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0"
30+
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0 || ^8.0"
3131
},
3232
"require-dev": {
3333
"friendsofphp/php-cs-fixer": "^3.49",
@@ -36,7 +36,7 @@
3636
"phpstan/phpstan-strict-rules": "^1.5",
3737
"phpunit/phpunit": "^10.4",
3838
"rector/rector": "^1.0",
39-
"symfony/twig-bundle": "^5.4 || ^6.4 || ^7.0"
39+
"symfony/twig-bundle": "^5.4 || ^6.4 || ^7.0 || ^8.0"
4040
},
4141
"minimum-stability": "dev",
4242
"prefer-stable": true,

0 commit comments

Comments
 (0)