Skip to content

Commit da839ab

Browse files
committed
chore: build with Java 25 (but still release 8)
1 parent f930fd5 commit da839ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-java@v5
1616
with:
17-
distribution: "adopt" # See 'Supported distributions' for available options
18-
java-version: "11"
17+
distribution: "zulu"
18+
java-version: "25"
1919
- name: Cache Maven packages
2020
uses: actions/cache@v4
2121
with:

0 commit comments

Comments
 (0)