Skip to content

Commit 522009b

Browse files
committed
Build with Java 25
Drop non-LTS Java 24
1 parent 0862106 commit 522009b

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
java: [ '17', '21', '24' ]
16+
java: [ '17', '21', '25' ]
1717
include:
1818
# lengthy build steps should only be performed on linux with Java 17 (Sonarcloud analysis, deployment)
1919
- os: ubuntu-latest

0 commit comments

Comments
 (0)