We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f92a3a commit b4036e6Copy full SHA for b4036e6
1 file changed
.github/workflows/pipeline.yml
@@ -42,7 +42,7 @@ jobs:
42
strategy:
43
matrix:
44
# build against supported Java LTS versions:
45
- java: [ 1.7, 8, 11 ]
+ java: [ 8, 11 ]
46
name: Java ${{ matrix.java }}
47
steps:
48
- uses: actions/checkout@v2
0 commit comments