Skip to content

Commit cf4c018

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [CI] Backport usage of db service for 8.1
2 parents 9ad99bb + 560a585 commit cf4c018

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/test-linux/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ runs:
3131
export PDO_OCI_TEST_USER="system"
3232
export PDO_OCI_TEST_PASS="pass"
3333
export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8"
34+
export PGSQL_TEST_CONNSTR="host=localhost dbname=test port=5432 user=postgres password=postgres"
35+
if [[ -z "$PDO_PGSQL_TEST_DSN" ]]; then
36+
export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postgres"
37+
fi
3438
export SKIP_IO_CAPTURE_TESTS=1
3539
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
3640
-d opcache.jit=${{ inputs.jitType }} \

0 commit comments

Comments
 (0)