Skip to content

Commit 1716d05

Browse files
committed
Fixing version nammeing in github action
1 parent 35202ac commit 1716d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-scala.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash
2323
- uses: actions/checkout@v3
2424
if: env.SKIP_STEP != 'true'
25-
- name: Set up JDK 17
25+
- name: Set up JDK 21
2626
if: env.SKIP_STEP != 'true'
2727
uses: actions/setup-java@v3
2828
with:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash
2323
- uses: actions/checkout@v3
2424
if: env.SKIP_STEP != 'true'
25-
- name: Set up JDK 17
25+
- name: Set up JDK 21
2626
if: env.SKIP_STEP != 'true'
2727
uses: actions/setup-java@v3
2828
with:

0 commit comments

Comments
 (0)