File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ jobs:
4747 os : ' windows-latest'
4848 # Explicit Symfony versions
4949 - php-version : ' 8.2'
50- symfony-version : ' ^7.4.0-BETA1' # TODO: change to '7.4.*' when Symfony 7.4 is released
51- minimum-stability : ' beta' # TODO: remove when Symfony 8.0 is released as stable
50+ symfony-version : ' ^7.4.0-RC1' # TODO: change to '7.4.*' when Symfony 7.4 is released
51+ - php-version : ' 8.4'
52+ symfony-version : ' ^8.0.0-RC1' # TODO: change to '8.0.*' when Symfony 8.0 is released
5253 - php-version : ' 8.5'
53- symfony-version : ' ^8.0.0-BETA1' # TODO: change to '8.0.*' when Symfony 8.0 is released
54- minimum-stability : ' beta' # TODO: remove when Symfony 8.0 is released as stable
54+ symfony-version : ' ^8.0.0-RC1' # TODO: change to '8.0.*' when Symfony 8.0 is released
5555
5656 env :
5757 SYMFONY_REQUIRE : ${{ matrix.symfony-version || '>=5.4' }} # TODO: To change to '>=6.4' in 3.x
You can’t perform that action at this time.
0 commit comments