Skip to content

Commit f8da6fc

Browse files
dnestorofniephaus
andauthored
Update java version used in the workflow
Co-authored-by: Fabio Niephaus <fabio.niephaus@oracle.com>
1 parent 4e8813e commit f8da6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-scheduled-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/setup-java@v4
5050
with:
5151
distribution: 'graalvm'
52-
java-version: '17'
52+
java-version: '21'
5353
- name: "⬆️ Update version"
5454
run: |
5555
PREVIOUS_RELEASE_TAG=$(ls -1 .git/refs/tags/ | sort -V | tail -1)

0 commit comments

Comments
 (0)