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

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

This commit is contained in:
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

View file

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