Skip to content

Commit

Permalink
add php 8 rc to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
flug committed Jul 20, 2020
1 parent 5109bf1 commit 40eb5b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -290,6 +290,7 @@ jobs:
- '7.2'
- '7.3'
- '7.4'
- 'rc'
include:
- php: '7.4'
coverage: true
Expand Down Expand Up @@ -1013,6 +1014,7 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
fail-fast: false
timeout-minutes: 20
env:
Expand Down Expand Up @@ -1256,6 +1258,8 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'

fail-fast: false
timeout-minutes: 20
env:
Expand Down Expand Up @@ -1384,6 +1388,7 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'
include:
- php: '7.4'
coverage: true
Expand Down Expand Up @@ -1699,6 +1704,8 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'

include:
- php: '7.4'
coverage: true
Expand Down Expand Up @@ -1842,6 +1849,8 @@ jobs:
matrix:
php:
- '7.4'
- 'rc'

include:
- php: '7.4'
coverage: true
Expand Down

0 comments on commit 40eb5b6

Please sign in to comment.