Skip to content

Commit dc4dd6f

Browse files
committed
Full test
1 parent bf79134 commit dc4dd6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/globals/test-extensions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'8.2',
1818
'8.3',
1919
'8.4',
20-
// '8.5',
20+
'8.5',
2121
// 'git',
2222
];
2323

@@ -51,7 +51,7 @@
5151
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
5252
$extensions = match (PHP_OS_FAMILY) {
5353
'Linux', 'Darwin' => 'pdo_pgsql',
54-
'Windows' => 'bcmath,bz2,calendar,ctype,mbstring,mbregex',
54+
'Windows' => 'bcmath,bz2,calendar,ctype,curl,dba,dom,ds,exif,ffi,fileinfo,filter,ftp,gd,iconv,igbinary,libxml,mbregex,mbstring,mysqli,mysqlnd,opcache,openssl,pdo,pdo_mysql,pdo_sqlite,pdo_sqlsrv,phar,session,shmop,simdjson,simplexml,soap,sockets,sqlite3,sqlsrv,ssh2,sysvshm,tokenizer,xml,xmlreader,xmlwriter,yaml,zip,zlib',
5555
};
5656

5757
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).

0 commit comments

Comments
 (0)