diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 7e090db8..12d1283e 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.3', '7.4', '8.0', '8.1', '8.2'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] os: ['ubuntu-latest'] steps: diff --git a/README.md b/README.md index f4659ed8..d1263e6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Icinga Web Graphite Integration -[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.3-777BB4?logo=PHP)](https://php.net/) +[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/) ![Build Status](https://github.com/icinga/icingaweb2-module-graphite/workflows/PHP%20Tests/badge.svg?branch=main) [![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-graphite.svg)](https://github.com/Icinga/icingaweb2-module-graphite) diff --git a/doc/02-Installation.md.d/From-Source.md b/doc/02-Installation.md.d/From-Source.md index 0cadcaf7..14337437 100644 --- a/doc/02-Installation.md.d/From-Source.md +++ b/doc/02-Installation.md.d/From-Source.md @@ -6,7 +6,7 @@ Make sure you use `graphite` as the module name. The following requirements must ## Requirements -* PHP (≥7.3) +* PHP (≥7.2) * [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)