Skip to content

Commit 22d48ff

Browse files
committed
Update requirements
1 parent b24182c commit 22d48ff

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
20+
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
2121
os: ['ubuntu-latest']
2222

2323
steps:

doc/02-Installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Installation <a id="installation"></a>
1+
# Installation
22

3-
## Requirements <a id="installation-requirements">
3+
## Requirements
44

5-
* PHP (>= 7.2)
5+
* PHP (>= 7.0)
66
* MySQL / MariaDB or PostgreSQL
77
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.7)
88
* [Icinga PDF Export](https://github.com/Icinga/icingaweb2-module-pdfexport) (>= 0.10)
@@ -12,7 +12,7 @@ If your Icinga Web 2 is **not** v2.9+, the following modules are also required:
1212
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (0.9.0)
1313
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icingaweb2-module-ipl) (0.5.0)
1414

15-
## Database Setup <a id="installation-database-setup">
15+
## Database Setup
1616

1717
### MySQL / MariaDB
1818

0 commit comments

Comments
 (0)