You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test-nts.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ declare TEST_SUITE
15
15
16
16
TEST_SUITE="php_$IMAGE_ARCH"
17
17
18
-
if [[ $DOCKER_TAG==*"-dev"*&&$IMAGE_BASE_VERSION!=*"alpha"*&&$IMAGE_BASE_VERSION!=*"beta"*&&$IMAGE_BASE_VERSION!=*"rc"* ]];then
18
+
if [[ $DOCKER_TAG==*"-dev"*&&$IMAGE_BASE_VERSION!=*"alpha"*&&$IMAGE_BASE_VERSION!=*"beta"*&&$IMAGE_BASE_VERSION!=*"rc"*&&$IMAGE_BASE_VERSION!=*"ALPHA"*&&$IMAGE_BASE_VERSION!=*"BETA"*&&$IMAGE_BASE_VERSION!=*"RC"*]];then
19
19
TEST_SUITE="php_nts or php_dev"
20
20
else
21
21
TEST_SUITE="php_nts or php_no_dev and not php_dev"
Copy file name to clipboardExpand all lines: test-zts.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ declare TEST_SUITE
15
15
16
16
TEST_SUITE="php_$IMAGE_ARCH"
17
17
18
-
if [[ $DOCKER_TAG==*"-dev"*&&$IMAGE_BASE_VERSION!=*"alpha"*&&$IMAGE_BASE_VERSION!=*"beta"*&&$IMAGE_BASE_VERSION!=*"rc"* ]];then
18
+
if [[ $DOCKER_TAG==*"-dev"*&&$IMAGE_BASE_VERSION!=*"alpha"*&&$IMAGE_BASE_VERSION!=*"beta"*&&$IMAGE_BASE_VERSION!=*"rc"*&&$IMAGE_BASE_VERSION!=*"ALPHA"*&&$IMAGE_BASE_VERSION!=*"BETA"*&&$IMAGE_BASE_VERSION!=*"RC"*]];then
19
19
TEST_SUITE="php_zts or php_dev"
20
20
else
21
21
TEST_SUITE="php_zts or php_no_dev and not php_dev"
0 commit comments