php: Drop support for PHP < 8.2

This commit is contained in:
Johannes Meyer 2025-06-03 09:35:22 +02:00
parent eafd160e33
commit de4b72c1bc
3 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -1,6 +1,6 @@
# Icinga DB Web
[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
[![PHP Support](https://img.shields.io/badge/php-%3E%3D%208.2-777BB4?logo=PHP)](https://php.net/)
![Build Status](https://github.com/Icinga/icingadb-web/actions/workflows/php.yml/badge.svg?branch=main)
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingadb-web.svg)](https://github.com/Icinga/icingadb-web/releases/latest)

View file

@ -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)