We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d77f3 commit 4cc1cc5Copy full SHA for 4cc1cc5
.github/workflows/maven.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- java: [ 8, 11, 14 ]
+ java: [ 8, 11 ]
16
name: Java ${{ matrix.java }}
17
18
steps:
0 commit comments