Add PHP 8.2

This commit is contained in:
cytopia
2022-02-02 12:39:31 +01:00
parent 928c712fa6
commit d3e642b5f6
21 changed files with 2287 additions and 46 deletions

View File

@@ -17,7 +17,7 @@ if (PHP_MAJOR_VERSION == 7) {
// FIXME: Currently not available for PHP 8.0 and PHP 8.1
if (PHP_MAJOR_VERSION == 8) {
if (PHP_MINOR_VERSION == 0 || PHP_MINOR_VERSION == 1) {
if (PHP_MINOR_VERSION == 0 || PHP_MINOR_VERSION == 1 || PHP_MINOR_VERSION == 2) {
echo 'SKIP';
exit(0);
}