Skip to content

Commit 7a71a40

Browse files
committed
Test
1 parent a9e1327 commit 7a71a40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/globals/test-extensions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// test php version (8.1 ~ 8.4 available, multiple for matrix)
1515
$test_php_version = [
1616
// '8.1',
17-
// '8.2',
17+
'8.2',
1818
// '8.3',
1919
// '8.4',
2020
'8.5',
@@ -50,7 +50,7 @@
5050

5151
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
5252
$extensions = match (PHP_OS_FAMILY) {
53-
'Linux', 'Darwin' => 'gd,imagick',
53+
'Linux', 'Darwin' => 'swoole,mongodb',
5454
'Windows' => 'bcmath,brotli,bz2,ctype,curl,dom,exif,fileinfo,filter,ftp,gd,iconv,intl,mbregex,mbstring,mysqli,mysqlnd,opcache,openssl,pdo,pdo_mysql,pdo_pgsql,pgsql,session,simdjson,simplexml,sodium,sqlite3,tokenizer,xml,xmlreader,xmlwriter,zip,zlib',
5555
};
5656

@@ -66,7 +66,7 @@
6666

6767
// If you want to test extra libs for extensions, add them below (comma separated, example `libwebp,libavif`). Unnecessary, when $with_suggested_libs is true.
6868
$with_libs = match (PHP_OS_FAMILY) {
69-
'Linux', 'Darwin' => 'libde265',
69+
'Linux', 'Darwin' => '',
7070
'Windows' => '',
7171
};
7272

0 commit comments

Comments
 (0)