bring back simdjson tests, extension headers do not properly guard for avx512 symbols

This commit is contained in:
henderkes
2025-09-30 15:07:22 +02:00
parent 044275d909
commit 31a4498056
2 changed files with 18 additions and 2 deletions

View File

@@ -23,8 +23,8 @@ $test_php_version = [
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
$test_os = [
'macos-13', // bin/spc for x86_64
// 'macos-14', // bin/spc for arm64
// '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
'ubuntu-22.04', // bin/spc-gnu-docker for x86_64