Skip to content

Commit 429532d

Browse files
committed
Use Java 24 because, apparently, 23 is no longer supported by the setup action
1 parent fb69da4 commit 429532d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: oracle-actions/setup-java@v1 # https://github.com/oracle-actions/setup-java
4040
with:
4141
website: jdk.java.net
42-
release: 23
42+
release: 24
4343

4444
- name: Print Java version
4545
run: java -version

0 commit comments

Comments
 (0)