We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2f3c1 commit 1b661edCopy full SHA for 1b661ed
ci/route.sh
@@ -4,8 +4,8 @@ __DIR__=$(cd "$(dirname "$0")";pwd)
4
5
export DOCKER_COMPOSE_VERSION="1.21.0"
6
7
-export PHP_VERSION=${1:-"8.4"}
8
-export CI_BRANCH=${2:-"master"}
+export PHP_VERSION=${PHP_VERSION:-${1:-"8.2"}}
+export CI_BRANCH=${CI_BRANCH:-${2:-"master"}}
9
10
[ -z "${CI_BRANCH}" ] && export CI_BRANCH="master"
11
[ -z "${CI_BUILD_DIR}" ] && export CI_BUILD_DIR=$(cd "$(dirname "$0")";cd ../;pwd)
0 commit comments