mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
add phar?!
This commit is contained in:
parent
0c6dd7a577
commit
f21f833aed
@ -15,7 +15,7 @@ declare(strict_types=1);
|
||||
$test_php_version = [
|
||||
// '8.1',
|
||||
// '8.2',
|
||||
// '8.3',
|
||||
'8.3',
|
||||
'8.4',
|
||||
];
|
||||
|
||||
@ -42,7 +42,7 @@ $prefer_pre_built = true;
|
||||
|
||||
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
|
||||
$extensions = match (PHP_OS_FAMILY) {
|
||||
'Linux', 'Darwin' => 'imagick',
|
||||
'Linux', 'Darwin' => 'imagick,phar',
|
||||
'Windows' => 'pgsql,pdo_pgsql',
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user