Skip to content

Commit 561b8cc

Browse files
yahondaclaude
andcommitted
Bump JDBC driver to 23.26.1
Use ojdbc17.jar in test.yml and ojdbc11.jar in test_11g.yml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1524090 commit 561b8cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "/usr/lib/oracle/23/client64/bin" >> $GITHUB_PATH
7171
- name: Install JDBC Driver
7272
run: |
73-
wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/233/ojdbc11.jar -O ./lib/ojdbc11.jar
73+
wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/23261/ojdbc17.jar -O ./lib/ojdbc17.jar
7474
- name: Create database user
7575
run: |
7676
./ci/setup_accounts.sh

.github/workflows/test_11g.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "/opt/oracle/instantclient_21_15" >> $GITHUB_PATH
7171
- name: Install JDBC Driver
7272
run: |
73-
wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/233/ojdbc11.jar -O ./lib/ojdbc11.jar
73+
wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/23261/ojdbc11.jar -O ./lib/ojdbc11.jar
7474
- name: Create database user
7575
run: |
7676
./ci/setup_accounts.sh

0 commit comments

Comments
 (0)