From 14563417a767ad41528a120615992c82edcaf8fd Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Tue, 6 May 2025 16:53:33 +0700 Subject: [PATCH] don't test on windows x) --- src/globals/test-extensions.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 7915aef1..7abe1aa0 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -21,15 +21,15 @@ $test_php_version = [ // test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available) $test_os = [ - // 'macos-13', + 'macos-13', // 'macos-14', - // 'macos-15', - // 'ubuntu-latest', - // 'ubuntu-22.04', + 'macos-15', + 'ubuntu-latest', + 'ubuntu-22.04', // 'ubuntu-24.04', // 'ubuntu-22.04-arm', // 'ubuntu-24.04-arm', - 'windows-latest', + // 'windows-latest', ]; // whether enable thread safe