From a0579efbc29ebb0a7794be14398fe6100f5bb1e0 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Fri, 6 Jun 2025 14:32:28 +0700 Subject: [PATCH] test --- src/globals/test-extensions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 95362357..4a386212 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -22,13 +22,13 @@ $test_php_version = [ // test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available) $test_os = [ 'macos-13', - 'macos-14', + // 'macos-14', 'macos-15', 'ubuntu-latest', 'ubuntu-22.04', - 'ubuntu-24.04', + // 'ubuntu-24.04', 'ubuntu-22.04-arm', - 'ubuntu-24.04-arm', + // 'ubuntu-24.04-arm', // 'windows-latest', ]; @@ -57,7 +57,7 @@ $shared_extensions = match (PHP_OS_FAMILY) { // If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`). $with_libs = match (PHP_OS_FAMILY) { - 'Linux', 'Darwin' => '', + 'Linux', 'Darwin' => 'nghttp2,nghttp3,ngtcp2', 'Windows' => '', };