Skip to content

Commit

Permalink
Update the latest PHP version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed May 11, 2020
1 parent 644b4f0 commit 20d31e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/route.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export DOCKER_COMPOSE_VERSION="1.21.0"
[ -z "${TRAVIS_BRANCH}" ] && export TRAVIS_BRANCH="master"
[ -z "${TRAVIS_BUILD_DIR}" ] && export TRAVIS_BUILD_DIR=$(cd "$(dirname "$0")";cd ../;pwd)
[ -z "${PHP_VERSION_ID}" ] && export PHP_VERSION_ID=`php -r "echo PHP_VERSION_ID;"`
if [ ${PHP_VERSION_ID} -lt 70400 ]; then
if [ ${PHP_VERSION_ID} -lt 70500 ]; then
export PHP_VERSION="`php -r "echo PHP_MAJOR_VERSION;"`.`php -r "echo PHP_MINOR_VERSION;"`"
else
export PHP_VERSION="rc"
Expand Down

0 comments on commit 20d31e8

Please sign in to comment.