Merge pull request #216 from mlocati/php8-stable
Don't use "release candidates" docker images for php 8.0pull/217/head
commit
af28902fe9
|
@ -109,7 +109,7 @@ filterUnsupportedExensionsForDistro() {
|
|||
# the full docker image ID
|
||||
getDockerImageName() {
|
||||
case "$2" in
|
||||
8.0)
|
||||
8.1)
|
||||
getDockerImageName_version="$2-rc"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue