Skip to content

Commit

Permalink
Added alpine 3.13 and 3.14 into building test.
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jul 10, 2021
1 parent 9168c1a commit b8f6ddf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ '7.3', '7.4' ]
alpine-version: [ '3.9', '3.10', '3.11', '3.12' ]
exclude:
- php-version: '7.3'
alpine-version: '3.12'
max-parallel: 8
php-version: [ '7.4', '8.0' ]
alpine-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
max-parallel: 10
fail-fast: false
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit b8f6ddf

Please sign in to comment.