mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Bump minimum PHP version to 8.2 (#16413)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user