From a7771e95f28566a80c0c55fa356750f50aa36c7a Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Wed, 11 Jun 2025 13:49:38 +0700 Subject: [PATCH] enable musl too --- src/globals/test-extensions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 7f4e05ca..fe245f49 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -26,9 +26,9 @@ $test_os = [ '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', ];