File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ build-cli: BUILDINGIMAGE=cli
1717build-cli : clean-tags
1818 ./build-php.sh cli 7.2 3.7
1919 ./build-php.sh cli 7.2 3.8
20- # ./build-php.sh cli 7.3-rc 3.8
20+ ./build-php.sh cli 7.3 3.8
2121
2222build-fpm : BUILDINGIMAGE=fpm
2323build-fpm : clean-tags
2424 ./build-php.sh fpm 7.2 3.7
2525 ./build-php.sh fpm 7.2 3.8
26- # ./build-php.sh fpm 7.3-rc 3.8
26+ ./build-php.sh fpm 7.3 3.8
2727
2828# Docker HTTP images build matrix ./build-nginx.sh (nginx version) (extra tag)
2929build-http : BUILDINGIMAGE=http
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ case "$1" in
2929 exit 1
3030 fi
3131
32- pecl install xdebug
32+ pecl install xdebug-beta
3333 docker-php-ext-enable xdebug
3434 apk del $apkDel
3535
You can’t perform that action at this time.
0 commit comments