Skip to content

Commit

Permalink
Merge pull request #14 from Icinga/support-php8
Browse files Browse the repository at this point in the history
Support PHP 8
  • Loading branch information
nilmerg authored Apr 8, 2021
2 parents 0766912 + c23bddc commit d05cfcf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
os: ['ubuntu-latest']
include:
- php: '5.6'
Expand Down Expand Up @@ -51,18 +51,20 @@ jobs:
runs-on: ${{ matrix.os }}

env:
phpunit-version: 7.5.20
phpunit-version: 8.5.15

strategy:
fail-fast: false
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
os: ['ubuntu-latest']
include:
- php: '5.6'
phpunit-version: 5.7.27
- php: '7.0'
phpunit-version: 6.5.14
- php: '7.1'
phpunit-version: 7.5.20

steps:
- name: Checkout code base
Expand Down

0 comments on commit d05cfcf

Please sign in to comment.