We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605c7e4 commit 5f410c1Copy full SHA for 5f410c1
.github/workflows/ci.yaml
@@ -132,7 +132,7 @@ jobs:
132
133
- name: Configure Symfony version for symfony/flex
134
if: ${{ matrix.symfony_version }}
135
- run: composer config extra.symfony.require "${{ matrix.symfony_version }}"
+ run: composer config extra.symfony.require "${{ matrix.symfony_version }}.*"
136
137
- name: Install dependencies
138
run: |
0 commit comments