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:
parent
7f8d37a805
commit
50dd37c7c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue