Skip to content

Commit 39f7832

Browse files
committed
[CI] Fix SYMFONY_REQUIRE env var default value
1 parent 2216128 commit 39f7832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
composer update ${{ matrix.dependency-version == 'lowest' && '--prefer-lowest' || '' }}
8585
env:
86-
SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=5.4' }}
86+
SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=6.4' }}
8787

8888
- name: Create a new Symfony project
8989
run: |

0 commit comments

Comments
 (0)