Skip to content

Commit acded7b

Browse files
authored
test with java 24 in main.yml (#1449)
1 parent 9ac9dc8 commit acded7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
java_version: ['8', '17', '21', '23']
21+
java_version: ['8', '17', '21', '24']
2222
# We will actually need "os" as Matrix to have Windows build
2323
os: ['ubuntu-24.04']
2424
include:
@@ -89,4 +89,4 @@ jobs:
8989
uses: ./.github/workflows/trigger_dep_builds_v3.yml
9090
secrets:
9191
token: ${{ secrets.REPO_DISPATCH }}
92-
92+

0 commit comments

Comments
 (0)