From 1ae0752933d542cb68fb0d9209e7e9fe38462b55 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 28 Jul 2025 15:58:07 +0800 Subject: [PATCH] Trigger full extension test --- .github/workflows/ext-matrix-tests.yml | 2 +- src/globals/test-extensions.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ext-matrix-tests.yml b/.github/workflows/ext-matrix-tests.yml index 822b95d7..df6268ed 100644 --- a/.github/workflows/ext-matrix-tests.yml +++ b/.github/workflows/ext-matrix-tests.yml @@ -82,7 +82,7 @@ jobs: - zlib - zstd php-version: - - "8.5" + - "git" operating-system: - "ubuntu-24.04" #- "macos-13" diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 857c66b3..df222fa3 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -17,12 +17,12 @@ $test_php_version = [ // '8.2', // '8.3', // '8.4', - '8.5', + 'git', ]; // test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available) $test_os = [ - // 'macos-13', // bin/spc for x86_64 + 'macos-13', // bin/spc for x86_64 // 'macos-14', // bin/spc for arm64 'macos-15', // bin/spc for arm64 'ubuntu-latest', // bin/spc-alpine-docker for x86_64 @@ -30,7 +30,7 @@ $test_os = [ // 'ubuntu-24.04', // bin/spc for x86_64 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64 'ubuntu-24.04-arm', // bin/spc for arm64 - // 'windows-latest', // .\bin\spc.ps1 + 'windows-latest', // .\bin\spc.ps1 ]; // whether enable thread safe