Skip to content

Commit 3c82227

Browse files
authored
Bump Java on runners to 25 (gluonhq#411)
Fix gluonhq#410
1 parent 50158fe commit 3c82227

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Java
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: 22
21+
java-version: 25
2222
distribution: 'oracle'
2323
cache: 'maven'
2424
server-id: central

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Java and Apache Maven
2828
uses: actions/setup-java@v4
2929
with:
30-
java-version: 22
30+
java-version: 25
3131
distribution: 'oracle'
3232
cache: 'maven'
3333
server-id: central

0 commit comments

Comments
 (0)