Skip to content

Commit ea19a2d

Browse files
yahondaclaude
andcommitted
Pin Oracle JDK 21 for test_11g_ojdbc11 workflow
ojdbc11.jar is certified with JDK 11 and JDK 21 per Oracle's JDBC downloads page. Explicitly set up Oracle JDK 21 via actions/setup-java so the workflow runs against a certified combination instead of whatever JDK the runner image ships by default. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a08071a commit ea19a2d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test_11g_ojdbc11.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
4444
steps:
4545
- uses: actions/checkout@v6
46+
- name: Set up Java
47+
uses: actions/setup-java@v4
48+
with:
49+
distribution: oracle
50+
java-version: '21'
4651
- name: Set up Ruby
4752
uses: ruby/setup-ruby@v1
4853
with:

0 commit comments

Comments
 (0)