1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

PHP 8.3 is generally available (#841)

This commit is contained in:
Michele Locati 2023-11-28 15:29:08 +01:00 committed by GitHub
parent 53383edf0f
commit 76e38adf38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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