Skip to content

Commit 8cb230d

Browse files
committed
[SYSTEMDS-3875] Java 17 on release-script GitHub action
1 parent b724d3e commit 8cb230d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-scripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
# Java setup docs:
4444
# https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#installing-custom-java-package-type
4545
- uses: actions/checkout@v4
46-
- name: Set up JDK 11
46+
- name: Set up JDK 17
4747
uses: actions/setup-java@v4
4848
with:
4949
# tools.jar removed from '9', '11'. see https://openjdk.java.net/jeps/220
50-
java-version: '11'
50+
java-version: '17'
5151
distribution: 'adopt'
5252
java-package: 'jdk'
5353

0 commit comments

Comments
 (0)