Skip to content

Commit 5e57ae5

Browse files
committed
cleanup
1 parent 4d100de commit 5e57ae5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ jobs:
2020
sf_version: '5.3.*'
2121
phpunit_version: '9.4'
2222
- php: '7.1'
23-
sf_version: '*'
2423
- php: '7.2'
25-
sf_version: '*'
2624
- php: '7.3'
27-
sf_version: '*'
2825
- php: '7.4'
29-
sf_version: '*'
3026
phpunit_version: '9.4'
3127

3228
steps:
@@ -42,7 +38,7 @@ jobs:
4238

4339
- name: Download dependencies
4440
env:
45-
SYMFONY_REQUIRE: ${{ matrix.run.sf_version }}
41+
SYMFONY_REQUIRE: ${{ matrix.run.sf_version || '*' }}
4642
uses: ramsey/composer-install@v1
4743

4844
- name: Run tests

0 commit comments

Comments
 (0)