Skip to content

Commit 3a532c6

Browse files
yahondaclaude
andcommitted
Pin Java 17 Temurin for jruby_head workflow
ojdbc17.jar requires Java 17+. Explicitly set up Temurin 17 via actions/setup-java so this scheduled JRuby workflow does not silently depend on whichever JDK the GitHub runner image happens to ship. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d86aae2 commit 3a532c6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/jruby_head.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
4040
steps:
4141
- uses: actions/checkout@v6
42+
- name: Set up Java
43+
uses: actions/setup-java@v4
44+
with:
45+
distribution: temurin
46+
java-version: '17'
4247
- name: Set up Ruby
4348
uses: ruby/setup-ruby@v1
4449
with:

0 commit comments

Comments
 (0)