mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-02-03 20:40:15 -05:00
php: Drop support for PHP < 8.2
This commit is contained in:
parent
eafd160e33
commit
de4b72c1bc
3 changed files with 4 additions and 4 deletions
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
php: ['8.2', '8.3', '8.4']
|
||||
os: ['ubuntu-latest']
|
||||
|
||||
steps:
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
php: ['8.2', '8.3', '8.4']
|
||||
os: ['ubuntu-latest']
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Icinga DB Web
|
||||
|
||||
[](https://php.net/)
|
||||
[](https://php.net/)
|
||||

|
||||
[](https://github.com/Icinga/icingadb-web/releases/latest)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Make sure you use `icingadb` as the module name. The following requirements must
|
|||
|
||||
### Requirements
|
||||
|
||||
* PHP (≥7.2)
|
||||
* PHP (≥8.2)
|
||||
* MySQL or PostgreSQL PDO PHP libraries
|
||||
* The following PHP modules must be installed: `cURL`, `dom`, `json`, `libxml`
|
||||
* [Icinga DB](https://github.com/Icinga/icingadb)
|
||||
|
|
|
|||
Loading…
Reference in a new issue