mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
more os tests
This commit is contained in:
parent
c44b8b1029
commit
61837f0d68
@ -13,7 +13,7 @@ declare(strict_types=1);
|
||||
|
||||
// test php version (8.1 ~ 8.4 available, multiple for matrix)
|
||||
$test_php_version = [
|
||||
'8.1',
|
||||
//'8.1',
|
||||
'8.2',
|
||||
'8.3',
|
||||
'8.4',
|
||||
@ -26,7 +26,7 @@ $test_os = [
|
||||
'macos-15',
|
||||
'ubuntu-latest',
|
||||
'ubuntu-22.04',
|
||||
// 'ubuntu-24.04',
|
||||
'ubuntu-24.04',
|
||||
'ubuntu-22.04-arm',
|
||||
'ubuntu-24.04-arm',
|
||||
// 'windows-latest',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user