Skip to content

Commit

Permalink
build: add PHP matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Oct 23, 2020
1 parent 2f49947 commit a9f0e92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ jobs:
tests:

runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental }}
strategy:
max-parallel: 10
matrix:
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
experimental: [ false ]
include:
- php: 8.0
experimental: true

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a9f0e92

Please sign in to comment.