Skip to content

Commit 0c7d7fb

Browse files
committed
executable
1 parent cc6ae24 commit 0c7d7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.laminas-ci/pre-install.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKING_DIRECTORY=$2
44
JOB=$3
55
PHP_VERSION=$(echo "${JOB}" | jq -r .php)
66

7-
if [[ "${PHP_VERSION}" != "7.2" ]] && [[ "${PHP_VERSION}" != "7.3" ]]; then
7+
if [[ "${PHP_VERSION}" != "7.2" ]] ; then
88
exit 0
99
fi
1010

0 commit comments

Comments
 (0)