Skip to content

Commit 3b00358

Browse files
committed
Enable PHP 7.3-rc
1 parent 14d192e commit 3b00358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ build-cli: BUILDINGIMAGE=cli
1717
build-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

2222
build-fpm: BUILDINGIMAGE=fpm
2323
build-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)
2929
build-http: BUILDINGIMAGE=http

src/php/utils/docker/docker-php-dev-mode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)