We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0862106 commit 522009bCopy full SHA for 522009b
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, windows-latest, macos-latest]
16
- java: [ '17', '21', '24' ]
+ java: [ '17', '21', '25' ]
17
include:
18
# lengthy build steps should only be performed on linux with Java 17 (Sonarcloud analysis, deployment)
19
- os: ubuntu-latest
0 commit comments