mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-01 03:09:35 -05:00
php: Test also on PHP 8
This commit is contained in:
parent
0f8c90fbf4
commit
7376f9443c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue