Skip to content

Commit

Permalink
Merge f014b7c into d5a9276
Browse files Browse the repository at this point in the history
  • Loading branch information
flug committed Jul 21, 2020
2 parents d5a9276 + f014b7c commit 087960e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
fail-fast: false
timeout-minutes: 5
env:
Expand Down Expand Up @@ -56,8 +57,8 @@ jobs:
symfony/flex
- name: Install PHP-CS-Fixer
run: |
composer global require --prefer-dist --no-progress --no-suggest --ansi \
friendsofphp/php-cs-fixer:"${PHP_CS_FIXER_VERSION}"
composer global require --prefer-dist --no-progress --no-suggest --ansi --ignore-platform-reqs \
friendsofphp/php-cs-fixer:"${PHP_CS_FIXER_VERSION} "
- name: Cache PHP-CS-Fixer results
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -150,6 +151,7 @@ jobs:
- '7.2'
- '7.3'
- '7.4'
- 'rc'
include:
- php: '7.4'
coverage: true
Expand Down Expand Up @@ -290,6 +292,7 @@ jobs:
- '7.2'
- '7.3'
- '7.4'
- 'rc'
include:
- php: '7.4'
coverage: true
Expand Down Expand Up @@ -1013,6 +1016,7 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
fail-fast: false
timeout-minutes: 20
env:
Expand Down Expand Up @@ -1256,6 +1260,7 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
fail-fast: false
timeout-minutes: 20
env:
Expand Down Expand Up @@ -1699,6 +1704,7 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
include:
- php: '7.4'
coverage: true
Expand Down Expand Up @@ -1842,9 +1848,12 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
include:
- php: '7.4'
coverage: true
- php: 'rc'
coverage: false
fail-fast: false
timeout-minutes: 20
env:
Expand Down Expand Up @@ -2005,6 +2014,7 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
fail-fast: false
timeout-minutes: 20
env:
Expand Down Expand Up @@ -2091,6 +2101,7 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
symfony:
- '5.1'
fail-fast: false
Expand Down Expand Up @@ -2197,6 +2208,7 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
symfony:
- '5.1'
fail-fast: false
Expand Down

0 comments on commit 087960e

Please sign in to comment.