File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,20 @@ jobs:
49
49
composer-flags : " "
50
50
can-fail : false
51
51
symfony-require : " 6.4.*"
52
+ - php-version : " 8.4"
53
+ composer-flags : " "
54
+ can-fail : false
55
+ symfony-require : " 6.4.*"
52
56
- php-version : " 8.3"
53
57
composer-flags : " "
54
58
can-fail : false
55
59
symfony-require : " 6.4.*"
56
60
remove-sensio-bundle : yes # Smoke test with SensioFrameworkExtraBundle removed on latest Symfony LTS
61
+ - php-version : " 8.4"
62
+ composer-flags : " "
63
+ can-fail : false
64
+ symfony-require : " 6.4.*"
65
+ remove-sensio-bundle : yes # Smoke test with SensioFrameworkExtraBundle removed on latest Symfony LTS
57
66
- php-version : " 8.2"
58
67
composer-flags : " "
59
68
can-fail : false
63
72
composer-flags : " "
64
73
can-fail : true # we don't want to fail the build if we are incompatible with the next (unstable) Symfony version
65
74
remove-sensio-bundle : yes # SensioFrameworkExtraBundle is not compatible with Symfony 7.0 or later
75
+ - php-version : " 8.4"
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
66
79
67
80
env :
68
81
COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments