Skip to content

Commit

Permalink
Merge pull request #59 from usabilla/enable/php-7.3-rc
Browse files Browse the repository at this point in the history
Enable PHP 7.3
  • Loading branch information
renatomefi authored Dec 12, 2018
2 parents 14d192e + 3b00358 commit 7b074ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ build-cli: BUILDINGIMAGE=cli
build-cli: clean-tags
./build-php.sh cli 7.2 3.7
./build-php.sh cli 7.2 3.8
# ./build-php.sh cli 7.3-rc 3.8
./build-php.sh cli 7.3 3.8

build-fpm: BUILDINGIMAGE=fpm
build-fpm: clean-tags
./build-php.sh fpm 7.2 3.7
./build-php.sh fpm 7.2 3.8
# ./build-php.sh fpm 7.3-rc 3.8
./build-php.sh fpm 7.3 3.8

# Docker HTTP images build matrix ./build-nginx.sh (nginx version) (extra tag)
build-http: BUILDINGIMAGE=http
Expand Down
2 changes: 1 addition & 1 deletion src/php/utils/docker/docker-php-dev-mode
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case "$1" in
exit 1
fi

pecl install xdebug
pecl install xdebug-beta
docker-php-ext-enable xdebug
apk del $apkDel

Expand Down

0 comments on commit 7b074ed

Please sign in to comment.