Declare that we now support PHP 8.1

pull/366/head
Michele Locati 2021-07-01 08:39:57 +02:00
parent 7f8d37a805
commit 50dd37c7c6
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -2477,7 +2477,7 @@ esac
setPHPVersionVariables setPHPVersionVariables
setPHPPreinstalledModules setPHPPreinstalledModules
case "$PHP_MAJMIN_VERSION" in 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)) printf "### ERROR: Unsupported PHP version: %s.%s ###\n" $((PHP_MAJMIN_VERSION / 100)) $((PHP_MAJMIN_VERSION % 100))
;; ;;