Skip to content

Commit 6824970

Browse files
committed
iterate
1 parent 00687c7 commit 6824970

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)