mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-10 06:23:05 -05:00
Require PHP 7.2+
This commit is contained in:
parent
0c3cf6b7bd
commit
bc9113872e
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.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:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue