Bump minimum PHP version to 8.2 (#16413)

This commit is contained in:
Jellyfrog
2024-09-20 02:22:24 +02:00
committed by GitHub
parent e53cffbb56
commit 375903025d
3 changed files with 23 additions and 20 deletions

View File

@@ -30,9 +30,9 @@ use LibreNMS\Validator;
class Php extends BaseValidation
{
const PHP_MIN_VERSION = '8.1';
const PHP_MIN_VERSION_DATE = 'September, 2022';
const PHP_RECOMMENDED_VERSION = '8.1';
const PHP_MIN_VERSION = '8.2';
const PHP_MIN_VERSION_DATE = 'October, 2024';
const PHP_RECOMMENDED_VERSION = '8.3';
/**
* Validate this module.