Skip to content

Commit 2240867

Browse files
committed
Made github actions build with J21
Signed-off-by: xtrm <[email protected]>
1 parent e0b32c3 commit 2240867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-java@v4
1818
with:
1919
distribution: "temurin"
20-
java-version: "17"
20+
java-version: "21"
2121

2222
- uses: actions/cache@v4
2323
with:

0 commit comments

Comments
 (0)