Require PHP version 7.0+ again

This commit is contained in:
Johannes Meyer 2022-03-15 10:50:33 +01:00
parent 8af64d2e83
commit fe94c95c98
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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)