We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f98e5 commit d7eee18Copy full SHA for d7eee18
1 file changed
.github/workflows/continuous-integration.yml
@@ -76,6 +76,15 @@ jobs:
76
composer-flags: ""
77
can-fail: true # we don't want to fail the build if we are incompatible with the next (unstable) Symfony version
78
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
85
86
+ can-fail: true # we don't want to fail the build if we are incompatible with the next (unstable) Symfony version
87
88
89
env:
90
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments