Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
DevKit updates (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Sep 15, 2021
1 parent 8e3fd07 commit d5bf144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
if: matrix.variant != 'normal' && !startsWith(matrix.variant, 'symfony/symfony')
run: composer require ${{ matrix.variant }} --no-update

- name: Allow unstable dependencies
run: composer config minimum-stability dev

- name: "Install Composer dependencies (${{ matrix.dependencies }})"
uses: "ramsey/composer-install@v1"
with:
Expand Down

0 comments on commit d5bf144

Please sign in to comment.