We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2216128 commit 39f7832Copy full SHA for 39f7832
.github/workflows/ci.yaml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
composer update ${{ matrix.dependency-version == 'lowest' && '--prefer-lowest' || '' }}
85
env:
86
- SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=5.4' }}
+ SYMFONY_REQUIRE: ${{ matrix.symfony-version || '>=6.4' }}
87
88
- name: Create a new Symfony project
89
0 commit comments