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