mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-03 09:57:52 +01:00
Merge pull request #366 from mlocati/support-php8.1
Declare that we now support PHP 8.1
This commit is contained in:
commit
028307b6c2
@ -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))
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user