Skip to content

Commit 437d7c6

Browse files
yahondaclaude
andcommitted
Revert JDBC driver bump
JRuby support will be added back once oracle-enhanced adapter 8.1 is released. Revert to ojdbc11.jar from JDBC 233 for now. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fdf553f commit 437d7c6

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
@@ -68,7 +68,7 @@ jobs:
6868
echo "/usr/lib/oracle/23/client64/bin" >> $GITHUB_PATH
6969
- name: Install JDBC Driver
7070
run: |
71-
wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/23261/ojdbc17.jar -O ./lib/ojdbc17.jar
71+
wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/233/ojdbc11.jar -O ./lib/ojdbc11.jar
7272
- name: Create database user
7373
run: |
7474
./ci/setup_accounts.sh

.github/workflows/test_11g.yml

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

0 commit comments

Comments
 (0)