Skip to content

Commit

Permalink
DevKit updates (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Sep 15, 2021
1 parent 6ef5e95 commit eb9a322
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Expand Up @@ -58,6 +58,11 @@ jobs:
allowed-to-fail: false
symfony-require: 5.3.*
variant: 'symfony/symfony:"5.3.*"'
- php-version: '8.0'
dependencies: highest
allowed-to-fail: false
symfony-require: 5.4.*
variant: 'symfony/symfony:"5.4.*"'

steps:
- name: Checkout
Expand All @@ -82,6 +87,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 eb9a322

Please sign in to comment.