Trigger full extension test

This commit is contained in:
crazywhalecc 2025-07-28 15:58:07 +08:00
parent 0696acb9c5
commit 1ae0752933
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ jobs:
- zlib - zlib
- zstd - zstd
php-version: php-version:
- "8.5" - "git"
operating-system: operating-system:
- "ubuntu-24.04" - "ubuntu-24.04"
#- "macos-13" #- "macos-13"

View File

@ -17,12 +17,12 @@ $test_php_version = [
// '8.2', // '8.2',
// '8.3', // '8.3',
// '8.4', // '8.4',
'8.5', 'git',
]; ];
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available) // test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
$test_os = [ $test_os = [
// 'macos-13', // bin/spc for x86_64 'macos-13', // bin/spc for x86_64
// 'macos-14', // bin/spc for arm64 // 'macos-14', // bin/spc for arm64
'macos-15', // bin/spc for arm64 'macos-15', // bin/spc for arm64
'ubuntu-latest', // bin/spc-alpine-docker for x86_64 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
@ -30,7 +30,7 @@ $test_os = [
// 'ubuntu-24.04', // bin/spc for x86_64 // 'ubuntu-24.04', // bin/spc for x86_64
'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
'ubuntu-24.04-arm', // bin/spc for arm64 'ubuntu-24.04-arm', // bin/spc for arm64
// 'windows-latest', // .\bin\spc.ps1 'windows-latest', // .\bin\spc.ps1
]; ];
// whether enable thread safe // whether enable thread safe