Skip to content

Commit 8917b0a

Browse files
committed
move symfony require env to correct step
1 parent 1f229ce commit 8917b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181
- name: Install Global Dependencies
8282
run: |
8383
composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
84-
env:
85-
SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
8684
8785
- name: Install dependencies
8886
run: |
8987
composer config minimum-stability stable
9088
composer install --prefer-dist --no-progress --no-suggest
89+
env:
90+
SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
9191

9292
- name: Unit Tests
9393
run: vendor/bin/simple-phpunit -c $GITHUB_WORKSPACE/phpunit.xml.dist --testsuite unit

0 commit comments

Comments
 (0)