Skip to content

Commit

Permalink
Use symfony flex for ensuring symfony version in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilmanas committed May 27, 2024
1 parent b8653a4 commit 794c37d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
restore-keys: |
php-${{ matrix.php-version }}-${{ matrix.dependencies }}-composer-
- name: "Require php-coveralls/php-coveralls"
run: "composer global require php-coveralls/php-coveralls"
- name: "Require php-coveralls/php-coveralls and symfony/flex"
run: "composer global require php-coveralls/php-coveralls symfony/flex --no-scripts --no-plugins"

- name: "Install dependencies"
run: "composer update -n --prefer-dist"
run: "SYMFONY_REQUIRE='${{ matrix.symfony-version }}' composer update -n --prefer-dist"

- name: "Test"
run: "composer test-coverage"
Expand Down

0 comments on commit 794c37d

Please sign in to comment.