We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4b68c commit 0cb92f9Copy full SHA for 0cb92f9
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
# test against latest update of each major Java version, as well as specific updates of LTS versions:
24
RUNTIME: [ol, wlp]
25
RUNTIME_VERSION: [25.0.0.9,25.0.0.10]
26
- java: [25, 21, 17, 11, 8]
+ java: [25, 21, 17]
27
exclude:
28
- java: 8
29
RUNTIME: wlp
0 commit comments