We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bc443 commit fe72b80Copy full SHA for fe72b80
src/globals/test-extensions.php
@@ -38,7 +38,7 @@
38
39
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
40
$extensions = match (PHP_OS_FAMILY) {
41
- 'Linux', 'Darwin' => 'grpc,openssl',
+ 'Linux', 'Darwin' => 'grpc,openssl,pgsql',
42
'Windows' => 'amqp,apcu,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,rar,redis,session,shmop,simdjson,simplexml,soap,sockets,sqlite3,sqlsrv,ssh2,swow,sysvshm,tokenizer,xml,xmlreader,xmlwriter,yac,yaml,zip,zlib',
43
};
44
0 commit comments