Test PHP 8.1, not 8.1-rc (#473)

pull/475/head
Michele Locati 2021-12-05 21:29:38 +01:00 committed by GitHub
parent 3b4383c0a7
commit 717e047d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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