1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Test oci8 & pdo_oci in CI

Closes GH-8348
This commit is contained in:
Michael Voříšek
2022-08-24 15:21:37 +02:00
committed by Máté Kocsis
parent fd74ee7e90
commit c19116ff09
8 changed files with 37 additions and 7 deletions

View File

@@ -17,6 +17,12 @@ runs:
export PDO_DBLIB_TEST_DSN="dblib:host=127.0.0.1;dbname=master;version=7.0"
export PDO_DBLIB_TEST_USER="pdo_test"
export PDO_DBLIB_TEST_PASS="password"
export PHP_OCI8_TEST_USER="system"
export PHP_OCI8_TEST_PASS="pass"
export PHP_OCI8_TEST_DB="localhost/XEPDB1"
export PDO_OCI_TEST_USER="system"
export PDO_OCI_TEST_PASS="pass"
export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8"
export SKIP_IO_CAPTURE_TESTS=1
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
-j$(/usr/bin/nproc) \