Skip to content

Commit 5c96c00

Browse files
committed
xe for v18
1 parent d962d2c commit 5c96c00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- name: Run tests /w Oracle 11
8888
run: |
8989
# https://github.com/php/php-src/pull/18734
90+
# https://github.com/php/pecl-database-pdo_oci/pull/16#discussion_r2119810891
9091
rm -v php-src/ext/pdo/tests/pdo_fetch_class_change_ctor_args_during_fetch{1,2,3,4,5}.phpt
9192
php php-src/run-tests.php --show-diff --show-slow 1000 --set-timeout 120 tests
9293
env:
@@ -103,7 +104,7 @@ jobs:
103104
PDO_OCI_TEST_DIR: ${{ github.workspace }}/tests
104105
PDO_OCI_TEST_USER: system
105106
PDO_OCI_TEST_PASS: my_pass
106-
PDO_OCI_TEST_DSN: oci:dbname=0.0.0.0:1518/FREEPDB1;charset=AL32UTF8
107+
PDO_OCI_TEST_DSN: oci:dbname=0.0.0.0:1518/XE;charset=AL32UTF8
107108
- name: Run tests /w Oracle 23
108109
if: success() || failure()
109110
run: php php-src/run-tests.php --show-diff --show-slow 1000 --set-timeout 120 tests

0 commit comments

Comments
 (0)