Skip to content

Commit 1b661ed

Browse files
committed
wip
1 parent fe2f3c1 commit 1b661ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/route.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ __DIR__=$(cd "$(dirname "$0")";pwd)
44

55
export DOCKER_COMPOSE_VERSION="1.21.0"
66

7-
export PHP_VERSION=${1:-"8.4"}
8-
export CI_BRANCH=${2:-"master"}
7+
export PHP_VERSION=${PHP_VERSION:-${1:-"8.2"}}
8+
export CI_BRANCH=${CI_BRANCH:-${2:-"master"}}
99

1010
[ -z "${CI_BRANCH}" ] && export CI_BRANCH="master"
1111
[ -z "${CI_BUILD_DIR}" ] && export CI_BUILD_DIR=$(cd "$(dirname "$0")";cd ../;pwd)

0 commit comments

Comments
 (0)