Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored and VincentLanglet committed Nov 13, 2020
1 parent 3d7c49e commit 420dd04
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ jobs:
strategy:
matrix:
php-version:
- '7.2'
- '7.3'
- '7.4'
dependencies: [highest]
allowed_to_fail: [false]
variant: [normal]
include:
- php-version: '7.2'
- php-version: '7.3'
dependencies: lowest
allowed_to_fail: false
variant: normal
Expand Down Expand Up @@ -75,11 +74,6 @@ jobs:
if: matrix.php-version == '8.0'
run: composer config platform.php 7.4.99

- name: Sets PHPUnit 8.5 for PHP 7.2
if: matrix.php-version == '7.2'
run: |
echo 'SYMFONY_PHPUNIT_VERSION=8.5' >> $GITHUB_ENV
- name: Install variant
if: matrix.variant != 'normal'
run: composer require ${{ matrix.variant }} --no-update
Expand Down

0 comments on commit 420dd04

Please sign in to comment.