Skip to content

Commit

Permalink
DevKit updates (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Dec 3, 2021
1 parent 05a0def commit c29cfbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Expand Up @@ -81,6 +81,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 c29cfbb

Please sign in to comment.