Skip to content

Commit 8cacd37

Browse files
committed
Use java 25 in CI compatibility tests
1 parent c5587a5 commit 8cacd37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- name: Set up java
1717
uses: actions/setup-java@v2
1818
with:
19-
java-version: 21
19+
java-version: 25
2020
distribution: 'zulu'
2121
- name: Compatibility Test
2222
run: ./gradlew compatibilityTest --rerun-tasks
2323
- name: Archive artifacts
2424
uses: actions/upload-artifact@v4
2525
with:
2626
name: reports
27-
path: build/reports
27+
path: build/reports

0 commit comments

Comments
 (0)