We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b44dd commit 2aa03cfCopy full SHA for 2aa03cf
.github/workflows/maven.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, windows-latest, macOS-latest]
15
- jdk: [11, 17, 21, 25-ea]
+ jdk: [11, 17, 21, 25]
16
include:
17
# lengthy build steps should only be performed on linux with Java 17 (Sonarcloud analysis, deployment)
18
- os: ubuntu-latest
0 commit comments