Skip to content

Commit a5cd5fc

Browse files
committed
Fix test and bump docker image version
1 parent ec153fa commit a5cd5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/spc-alpine-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# This file is using docker to run commands
6-
SPC_DOCKER_VERSION=v4
6+
SPC_DOCKER_VERSION=v5
77

88
# Detect docker can run
99
if ! which docker >/dev/null; then

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
];
3434

3535
// whether enable thread safe
36-
$zts = true;
36+
$zts = false;
3737

3838
$no_strip = false;
3939

0 commit comments

Comments
 (0)