PHP 8.3 is generally available (#841)

pull/842/head
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
1 changed files with 0 additions and 3 deletions

View File

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