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 1f229ce commit 8917b0aCopy full SHA for 8917b0a
.github/workflows/ci.yml
@@ -81,13 +81,13 @@ jobs:
81
- name: Install Global Dependencies
82
run: |
83
composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
84
- env:
85
- SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
86
87
- name: Install dependencies
88
89
composer config minimum-stability stable
90
composer install --prefer-dist --no-progress --no-suggest
+ env:
+ SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
91
92
- name: Unit Tests
93
run: vendor/bin/simple-phpunit -c $GITHUB_WORKSPACE/phpunit.xml.dist --testsuite unit
0 commit comments