Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 2ed52f3

Browse files
authored
Change build matrix to use java 24 (#313)
## Description Upgrade github build matrix to jdk 24 ## Type of Change Please delete options that are not relevant. * Update (Update version or update existing automation) Signed-off-by: David Kornel <kornys@outlook.com>
1 parent 611829f commit 2ed52f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
version: [17, 21, 23]
18+
version: [17, 21, 24]
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:

0 commit comments

Comments
 (0)