Skip to content

Commit b0fd596

Browse files
authored
Merge pull request #83 from glensc/sc2
Linter: Fix SC2223
2 parents 21ae924 + 57bcd1b commit b0fd596

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

install-extensions.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
set -xeu
44

5-
: ${TRAVIS_PHP_VERSION=7.4}
6-
: ${TIDEWAYS_VERSION=4.1.4}
7-
: ${TIDEWAYS_XHPROF_VERSION=5.0.2}
8-
: ${PHP_VERSION=${TRAVIS_PHP_VERSION}}
5+
: "${TIDEWAYS_VERSION:=4.1.4}"
6+
: "${TIDEWAYS_XHPROF_VERSION:=5.0.2}"
7+
: "${PHP_VERSION:=7.4}"
98

109
die() {
1110
echo >&2 "ERROR: $*"

0 commit comments

Comments
 (0)