Prepare for PHP 8.1 (#14156)

This commit is contained in:
Jellyfrog
2022-07-29 05:09:09 +02:00
committed by GitHub
parent d248e6561f
commit 6ebcde3c04

View File

@@ -30,9 +30,9 @@ use LibreNMS\Validator;
class Php extends BaseValidation
{
const PHP_MIN_VERSION = '7.3';
const PHP_MIN_VERSION_DATE = 'November, 2020';
const PHP_RECOMMENDED_VERSION = '8.0';
const PHP_MIN_VERSION = '8.1';
const PHP_MIN_VERSION_DATE = 'September, 2022';
const PHP_RECOMMENDED_VERSION = '8.1';
/**
* Validate this module.