Skip to content

Commit 9cf1102

Browse files
committed
run build on java 24
1 parent 2471a92 commit 9cf1102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
gradle:
1414
strategy:
1515
matrix:
16-
java: [21, 22, 23]
16+
java: [21, 22, 23, 24]
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)