Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #54 from Nexmo/add-php8-to-gha
Browse files Browse the repository at this point in the history
Added 8 and 8.1 to GHA matrix
  • Loading branch information
dragonmantank committed Nov 27, 2020
2 parents 0b73506 + 19d706f commit 5e13a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.2', '7.3', '7.4' ]
continue-on-error: ${{ matrix.php == '8.0' }}
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
continue-on-error: ${{ matrix.php == '8.1' }}
name: PHP ${{ matrix.php }} Test

steps:
Expand Down

0 comments on commit 5e13a4c

Please sign in to comment.