Skip to content

Commit 1dd5211

Browse files
committed
ci: run workflows on jdk 25
1 parent 4eff1cc commit 1dd5211

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up JDK
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: '8'
23+
java-version: '25'
2424
distribution: 'corretto'
2525

2626
- name: Setup Gradle
@@ -40,4 +40,4 @@ jobs:
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: libs
43-
path: build/libs
43+
path: build/libs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up JDK
2626
uses: actions/setup-java@v3
2727
with:
28-
java-version: '8'
28+
java-version: '25'
2929
distribution: 'corretto'
3030

3131
- name: Setup Gradle

0 commit comments

Comments
 (0)