We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89f16ad + 88ca190 commit 7dd9e01Copy full SHA for 7dd9e01
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