Skip to content

Commit d7eee18

Browse files
committed
Test against PHP 8.5
1 parent d5f98e5 commit d7eee18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ jobs:
7676
composer-flags: ""
7777
can-fail: true # we don't want to fail the build if we are incompatible with the next (unstable) Symfony version
7878
remove-sensio-bundle: yes # SensioFrameworkExtraBundle is not compatible with Symfony 7.0 or later
79+
- php-version: "8.5"
80+
composer-flags: ""
81+
can-fail: false
82+
symfony-require: "6.4.*"
83+
remove-sensio-bundle: yes # SensioFrameworkExtraBundle is not compatible with Symfony 7.0 or later
84+
- php-version: "8.5"
85+
composer-flags: ""
86+
can-fail: true # we don't want to fail the build if we are incompatible with the next (unstable) Symfony version
87+
remove-sensio-bundle: yes # SensioFrameworkExtraBundle is not compatible with Symfony 7.0 or later
7988

8089
env:
8190
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)