Require PHP 7.2+

This commit is contained in:
Johannes Meyer 2022-01-14 10:59:52 +01:00
parent 0c3cf6b7bd
commit bc9113872e
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
os: ['ubuntu-latest']
steps:

View file

@ -5,7 +5,7 @@ Requirements
------------
* Icinga Web 2 (>= 2.9)
* PHP (>= 7.1)
* PHP (>= 7.2)
* Icinga Web 2 modules:
* The `monitoring` module needs to be configured and enabled.