Browse Source
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
[CI] Backport usage of db service for 8.1
pull/16654/head
Ilija Tovilo
1 year ago
No known key found for this signature in database
GPG Key ID: 5050C66BFCD1015A
1 changed files with
4 additions and
0 deletions
-
.github/actions/test-linux/action.yml
|
|
|
@ -31,6 +31,10 @@ runs: |
|
|
|
export PDO_OCI_TEST_USER="system" |
|
|
|
export PDO_OCI_TEST_PASS="pass" |
|
|
|
export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8" |
|
|
|
export PGSQL_TEST_CONNSTR="host=localhost dbname=test port=5432 user=postgres password=postgres" |
|
|
|
if [[ -z "$PDO_PGSQL_TEST_DSN" ]]; then |
|
|
|
export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postgres" |
|
|
|
fi |
|
|
|
export SKIP_IO_CAPTURE_TESTS=1 |
|
|
|
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \ |
|
|
|
-d opcache.jit=${{ inputs.jitType }} \ |
|
|
|
|