We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6cafd commit 4a852c0Copy full SHA for 4a852c0
1 file changed
bin/generate.sh
@@ -5,7 +5,7 @@
5
#
6
7
# PHP Versions that will be generated
8
-php_versions=( "8.5" "8.4" "8.3" "8.2" "8.1" )
+php_versions=( "8.4" "8.3" "8.2" "8.1" )
9
10
# PHP variants that will be generated for each PHP version
11
# final source image will be generated as follow: php:7.2-cli, php:7-2-apache and php:7.2-fpm
@@ -15,7 +15,6 @@ php_docker_suffix=( "cli" "apache" "fpm" )
15
# PHP_VERSION => XDEBUG_VERSION
16
declare -A xdebug_versions
17
xdebug_versions=(
18
- ["8.5"]="xdebug-3.3.1"
19
["8.4"]="xdebug-3.3.1"
20
["8.3"]="xdebug-3.3.1"
21
["8.2"]="xdebug-3.3.1"
0 commit comments