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.
2 parents dc58cb3 + 7807653 commit 9f61e1fCopy full SHA for 9f61e1f
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
sudo alien -i oracle-instantclient18.5-devel-18.5.0.0.0-3.x86_64.rpm
58
- name: Install JDBC Driver
59
run: |
60
- cp $ORACLE_HOME/lib/ojdbc8.jar lib/.
+ wget -q https://download.oracle.com/otn-pub/otn_software/jdbc/211/ojdbc11.jar -O ./lib/ojdbc11.jar
61
- name: Create database user
62
63
./ci/setup_accounts.sh
0 commit comments