Merge pull request #366 from mlocati/support-php8.1

Declare that we now support PHP 8.1
pull/367/head
Michele Locati 2021-07-01 08:41:56 +02:00 committed by GitHub
commit 028307b6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2477,7 +2477,7 @@ esac
setPHPVersionVariables
setPHPPreinstalledModules
case "$PHP_MAJMIN_VERSION" in
505 | 506 | 700 | 701 | 702 | 703 | 704 | 800) ;;
505 | 506 | 700 | 701 | 702 | 703 | 704 | 800 | 801) ;;
*)
printf "### ERROR: Unsupported PHP version: %s.%s ###\n" $((PHP_MAJMIN_VERSION / 100)) $((PHP_MAJMIN_VERSION % 100))
;;