Skip to content

Commit aab8cec

Browse files
committed
Remove PHP 8.5
PHP 8.5 has no official docker image yet
1 parent 4d6cafd commit aab8cec

File tree

7 files changed

+1
-101
lines changed

7 files changed

+1
-101
lines changed

bin/generate.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
# PHP Versions that will be generated
8-
php_versions=( "8.5" "8.4" "8.3" "8.2" "8.1" )
8+
php_versions=( "8.4" "8.3" "8.2" "8.1" )
99

1010
# PHP variants that will be generated for each PHP version
1111
# 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" )
1515
# PHP_VERSION => XDEBUG_VERSION
1616
declare -A xdebug_versions
1717
xdebug_versions=(
18-
["8.5"]="xdebug-3.3.1"
1918
["8.4"]="xdebug-3.3.1"
2019
["8.3"]="xdebug-3.3.1"
2120
["8.2"]="xdebug-3.3.1"

build/8.5-apache/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

build/8.5-apache/xdebug.ini

Lines changed: 0 additions & 14 deletions
This file was deleted.

build/8.5-cli/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

build/8.5-cli/xdebug.ini

Lines changed: 0 additions & 14 deletions
This file was deleted.

build/8.5-fpm/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

build/8.5-fpm/xdebug.ini

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)