Skip to content

Commit 5f410c1

Browse files
authored
Fix CI setup to allow patch versions of Symfony
Specifying `7.1` as version constraint only allows `7.1.0` as matching version.
1 parent 605c7e4 commit 5f410c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Configure Symfony version for symfony/flex
134134
if: ${{ matrix.symfony_version }}
135-
run: composer config extra.symfony.require "${{ matrix.symfony_version }}"
135+
run: composer config extra.symfony.require "${{ matrix.symfony_version }}.*"
136136

137137
- name: Install dependencies
138138
run: |

0 commit comments

Comments
 (0)