Skip to content

Commit 88ca190

Browse files
authored
Merge pull request #684 from stleary/pipeline-fix-1
pipeline-fix-1 remove v7 build from pipeline
2 parents 6f92a3a + b4036e6 commit 88ca190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
# build against supported Java LTS versions:
45-
java: [ 1.7, 8, 11 ]
45+
java: [ 8, 11 ]
4646
name: Java ${{ matrix.java }}
4747
steps:
4848
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)