We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e497238 commit 85cd8b3Copy full SHA for 85cd8b3
.github/workflows/ruby_head.yml
@@ -60,7 +60,7 @@ jobs:
60
echo "$ORACLE_HOME" >> $GITHUB_PATH
61
- name: Install JDBC Driver
62
run: |
63
- wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/211/ojdbc11.jar -O ./lib/ojdbc11.jar
+ cp /opt/oracle/instantclient_23_8/ojdbc17.jar ./lib/
64
- name: Create database user
65
66
./ci/setup_accounts.sh
0 commit comments