mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-15 11:20:15 +02:00
Run tests on PHP 8.1
This commit is contained in:
parent
523bdfec5e
commit
f2b2893b51
6
.github/workflows/php.yml
vendored
6
.github/workflows/php.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: ['7.2', '7.3', '7.4', '8.0']
|
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
|
||||||
os: ['ubuntu-latest']
|
os: ['ubuntu-latest']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -46,12 +46,12 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
phpunit-version: 9.5.4
|
phpunit-version: 9.5
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: ['7.2', '7.3', '7.4', '8.0']
|
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
|
||||||
os: ['ubuntu-latest']
|
os: ['ubuntu-latest']
|
||||||
include:
|
include:
|
||||||
- php: '7.2'
|
- php: '7.2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user