Skip to content

Commit fe72b80

Browse files
committed
Add pgsql tests
1 parent 39bc443 commit fe72b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals/test-extensions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
4040
$extensions = match (PHP_OS_FAMILY) {
41-
'Linux', 'Darwin' => 'grpc,openssl',
41+
'Linux', 'Darwin' => 'grpc,openssl,pgsql',
4242
'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',
4343
};
4444

0 commit comments

Comments
 (0)