Merge pull request #684 from stleary/pipeline-fix-1

pipeline-fix-1 remove v7 build from pipeline
This commit is contained in:
Sean Leary 2022-08-20 08:33:23 -05:00 committed by GitHub
commit 88ca19042b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
# build against supported Java LTS versions:
java: [ 1.7, 8, 11 ]
java: [ 8, 11 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2