1
0
Fork 0
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:
Michele Locati 2024-07-30 10:40:46 +02:00 committed by GitHub
parent a38d946ba7
commit e48c6c52bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 116 additions and 111 deletions

View file

@ -153,6 +153,9 @@ getDockerImageName() {
return
fi
case "$2" in
8.4)
getDockerImageName_version="$2-rc"
;;
*)
getDockerImageName_version="$2"
;;