mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
Drop PHP 7.2 support
This commit is contained in:
parent
c7abdfa0f3
commit
ab29a8702b
3 changed files with 3 additions and 3 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.2', '7.3', '7.4', '8.0', '8.1', '8.2']
|
||||
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
|
||||
os: ['ubuntu-latest']
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Icinga Web Graphite Integration
|
||||
|
||||
[](https://php.net/)
|
||||
[](https://php.net/)
|
||||

|
||||
[](https://github.com/Icinga/icingaweb2-module-graphite)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Make sure you use `graphite` as the module name. The following requirements must
|
|||
|
||||
## Requirements
|
||||
|
||||
* PHP (≥7.2)
|
||||
* PHP (≥7.3)
|
||||
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.9)
|
||||
* [Icinga DB Web](https://github.com/Icinga/icingadb-web) (≥1.0)
|
||||
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.9)
|
||||
|
|
|
|||
Loading…
Reference in a new issue