Skip to content

Commit

Permalink
DevKit updates (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Oct 19, 2021
1 parent 3049960 commit 6995ae7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,37 +25,36 @@ jobs:
strategy:
matrix:
php-version:
- '7.3'
- '7.4'
- '8.0'
dependencies: [highest]
allowed-to-fail: [false]
symfony-require: ['']
variant: [normal]
include:
- php-version: '7.3'
- php-version: '7.4'
dependencies: lowest
allowed-to-fail: false
variant: normal
- php-version: '8.0'
dependencies: highest
allowed-to-fail: false
variant: 'sonata-project/admin-bundle:"4.*"'
variant: sonata-project/admin-bundle:"4.*"
- php-version: '8.0'
dependencies: highest
allowed-to-fail: false
symfony-require: 4.4.*
variant: 'symfony/symfony:"4.4.*"'
variant: symfony/symfony:"4.4.*"
- php-version: '8.0'
dependencies: highest
allowed-to-fail: false
symfony-require: 5.3.*
variant: 'symfony/symfony:"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.*"'
variant: symfony/symfony:"5.4.*"

steps:
- name: Checkout
Expand Down

0 comments on commit 6995ae7

Please sign in to comment.