Run tests against PHP 8.4 GA (#1011)

pull/1013/head
Michele Locati 2024-11-22 18:40:05 +01:00 committed by GitHub
parent 5505242a8f
commit 2ed6587a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

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