Skip to content

Commit b4036e6

Browse files
committed
pipeline-fix-1 remove v7 build from pipeline
1 parent 6f92a3a commit b4036e6

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)