Skip to content

Commit f21f833

Browse files
committed
add phar?!
1 parent 0c6dd7a commit f21f833

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/globals/test-extensions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$test_php_version = [
1616
// '8.1',
1717
// '8.2',
18-
// '8.3',
18+
'8.3',
1919
'8.4',
2020
];
2121

@@ -42,7 +42,7 @@
4242

4343
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
4444
$extensions = match (PHP_OS_FAMILY) {
45-
'Linux', 'Darwin' => 'imagick',
45+
'Linux', 'Darwin' => 'imagick,phar',
4646
'Windows' => 'pgsql,pdo_pgsql',
4747
};
4848

0 commit comments

Comments
 (0)