From a5cd5fcb3100b1cea92a987f83905159c1ced1f5 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 10 Jul 2025 20:20:29 +0800 Subject: [PATCH] Fix test and bump docker image version --- bin/spc-alpine-docker | 2 +- src/globals/test-extensions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/spc-alpine-docker b/bin/spc-alpine-docker index 3bedaf5f..18e981f8 100755 --- a/bin/spc-alpine-docker +++ b/bin/spc-alpine-docker @@ -3,7 +3,7 @@ set -e # This file is using docker to run commands -SPC_DOCKER_VERSION=v4 +SPC_DOCKER_VERSION=v5 # Detect docker can run if ! which docker >/dev/null; then diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index e16ad76d..ffb03701 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -33,7 +33,7 @@ $test_os = [ ]; // whether enable thread safe -$zts = true; +$zts = false; $no_strip = false;