Skip to content

Commit aae29da

Browse files
committed
Initial commit, issue-21
1 parent 466f550 commit aae29da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/generate.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ 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"
19+
["8.4"]="xdebug-3.3.1"
1820
["8.3"]="xdebug-3.3.1"
1921
["8.2"]="xdebug-3.3.1"
2022
["8.1"]="xdebug-3.1.3"

0 commit comments

Comments
 (0)