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 92cbd60 commit 7eb5311Copy full SHA for 7eb5311
.github/workflows/maven.yml
@@ -11,7 +11,7 @@ jobs:
11
# However, it works in Java 8 up to Java 16.
12
strategy:
13
matrix:
14
- java: 16
+ java: [16]
15
16
steps:
17
- name: Checkout Repository
0 commit comments