Skip to content

Commit 8466970

Browse files
committed
Add tests
1 parent 48cb87a commit 8466970

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/globals/test-extensions.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
2323
$test_os = [
24-
'macos-13',
24+
// 'macos-13',
2525
// 'macos-14',
26-
'macos-15',
27-
'ubuntu-latest',
28-
'ubuntu-22.04',
26+
// 'macos-15',
27+
// 'ubuntu-latest',
28+
// 'ubuntu-22.04',
2929
// 'ubuntu-24.04',
30-
'ubuntu-22.04-arm',
30+
// 'ubuntu-22.04-arm',
3131
// 'ubuntu-24.04-arm',
32-
// 'windows-latest',
32+
'windows-latest',
3333
];
3434

3535
// whether enable thread safe
@@ -46,7 +46,7 @@
4646
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
4747
$extensions = match (PHP_OS_FAMILY) {
4848
'Linux', 'Darwin' => 'curl',
49-
'Windows' => 'xlswriter,openssl',
49+
'Windows' => 'intl',
5050
};
5151

5252
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).
@@ -57,7 +57,7 @@
5757

5858
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
5959
$with_libs = match (PHP_OS_FAMILY) {
60-
'Linux', 'Darwin' => 'brotli,curl,freetype,gmssl,libaom,libavif,libde265,libevent,libheif,libjpeg,librabbitmq,libssh2,libuuid,libuv,libwebp,libxml2,libyaml,libzip,mimalloc,snappy,tidy,zstd',
60+
'Linux', 'Darwin' => '',
6161
'Windows' => '',
6262
};
6363

0 commit comments

Comments
 (0)