Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Aug 27, 2020
1 parent 3bf9db4 commit 36e1adb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,11 @@ jobs:
- '7.2'
- '7.3'
- '7.4'
phpunit-version: ['9.3']
phpunit-version: ['8.5']
dependencies: [highest]
allowed_to_fail: [false]
variant: [normal]
include:
- php-version: '7.2'
phpunit-version: '8.5'
dependencies: highest
allowed_to_fail: false
variant: normal
- php-version: '7.2'
phpunit-version: '8.5'
dependencies: lowest
Expand All @@ -48,18 +43,15 @@ jobs:
allowed_to_fail: true
variant: normal
- php-version: '7.3'
phpunit-version: '9.3'
phpunit-version: '8.5'
dependencies: highest
allowed_to_fail: false
variant: 'symfony/symfony:"4.4.*"'
- php-version: '7.3'
phpunit-version: '9.3'
phpunit-version: '8.5'
dependencies: highest
allowed_to_fail: false
variant: 'sonata-project/block-bundle:"3.*"'
exclude:
- php-version: '7.2'
phpunit-version: '9.3'

env:
SYMFONY_PHPUNIT_VERSION: ${{ matrix.phpunit-version }}
Expand Down
2 changes: 0 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ It's auto-generated by sonata-project/dev-kit package.
<php>
<ini name="precision" value="8" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0" />
<env name="SYMFONY_PHPUNIT_REMOVE" value="symfony/yaml" />
<env name="SYMFONY_PHPUNIT_VERSION" value="9.3" />
</php>

</phpunit>

0 comments on commit 36e1adb

Please sign in to comment.