Skip to content

Commit 72453b8

Browse files
authored
Update release.yml to Java 21
1 parent 6ecb5bf commit 72453b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
repository: 'nl-utwente-groove/samples'
3333
path: 'samples'
34-
- name: Set up JDK 17
34+
- name: Set up JDK 21
3535
uses: actions/setup-java@v4
3636
with:
37-
java-version: '17'
37+
java-version: '21'
3838
distribution: 'temurin'
3939
cache: maven
4040
- name: Install local packages

0 commit comments

Comments
 (0)