mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 17:38:21 +01:00
Don't use "release candidates" docker images for php 8.0
Test: xdebug
This commit is contained in:
parent
bf732abd85
commit
bf3e1c0a14
@ -109,7 +109,7 @@ filterUnsupportedExensionsForDistro() {
|
|||||||
# the full docker image ID
|
# the full docker image ID
|
||||||
getDockerImageName() {
|
getDockerImageName() {
|
||||||
case "$2" in
|
case "$2" in
|
||||||
8.0)
|
8.1)
|
||||||
getDockerImageName_version="$2-rc"
|
getDockerImageName_version="$2-rc"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user