Revert ext-matrix-tests and test-extensions

This commit is contained in:
crazywhalecc
2025-06-12 01:20:02 +08:00
parent e0734fe848
commit 28e5e584b4
2 changed files with 78 additions and 47 deletions

View File

@@ -21,14 +21,14 @@ $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',
// 'ubuntu-24.04',
// 'ubuntu-22.04-arm',
// 'ubuntu-24.04-arm',
'ubuntu-22.04',
'ubuntu-24.04',
'ubuntu-22.04-arm',
'ubuntu-24.04-arm',
// 'windows-latest',
];
@@ -45,7 +45,7 @@ $prefer_pre_built = false;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'dom',
'Linux', 'Darwin' => 'dom,mongodb',
'Windows' => 'xlswriter,openssl',
};