Skip to content

Commit

Permalink
Merge 0bc0979 into d5a9276
Browse files Browse the repository at this point in the history
  • Loading branch information
flug committed Jul 21, 2020
2 parents d5a9276 + 0bc0979 commit a7d464b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
fail-fast: false
timeout-minutes: 5
env:
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
- name: Install PHP-CS-Fixer
run: |
composer global require --prefer-dist --no-progress --no-suggest --ansi \
friendsofphp/php-cs-fixer:"${PHP_CS_FIXER_VERSION}"
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 a7d464b

Please sign in to comment.