We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 920fd06 + 2e16610 commit b3f962cCopy full SHA for b3f962c
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
cache: [maven]
11
distribution: [temurin]
12
- java: [17, 21, 22, 23-ea]
+ java: [17, 21, 23]
13
os: [ubuntu-latest, macos-latest, windows-latest]
14
fail-fast: false
15
max-parallel: 4
0 commit comments