Test PHP 8.2, not 8.2-rc (#681)

This commit is contained in:
Michele Locati 2023-01-20 17:09:58 +01:00 committed by GitHub
parent 2d0b8b0d99
commit 323bd8c3a7
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.2)
getDockerImageName_version="$2-rc"
;;
*)
getDockerImageName_version="$2"
;;