mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-27 17:49:35 -05:00
Require PHP version 7.0+ again
This commit is contained in:
parent
8af64d2e83
commit
fe94c95c98
2 changed files with 2 additions and 2 deletions
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
|
||||
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
|
||||
os: ['ubuntu-latest']
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Requirements
|
|||
------------
|
||||
|
||||
* Icinga Web 2 (>= 2.9)
|
||||
* PHP (>= 7.2)
|
||||
* PHP (>= 7.0)
|
||||
* Icinga Web 2 libraries:
|
||||
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.8)
|
||||
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (>= 0.11)
|
||||
|
|
|
|||
Loading…
Reference in a new issue