mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Add support for PHP 8.4 RC (#946)
This commit is contained in:
parent
a38d946ba7
commit
e48c6c52bf
4 changed files with 116 additions and 111 deletions
|
@ -153,6 +153,9 @@ getDockerImageName() {
|
|||
return
|
||||
fi
|
||||
case "$2" in
|
||||
8.4)
|
||||
getDockerImageName_version="$2-rc"
|
||||
;;
|
||||
*)
|
||||
getDockerImageName_version="$2"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue