1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-10 00:52:45 +00:00

Declare that we now support PHP 8.1

This commit is contained in:
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

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))
;;