Skip to content

Commit

Permalink
Merge pull request #684 from stleary/pipeline-fix-1
Browse files Browse the repository at this point in the history
pipeline-fix-1 remove v7 build from pipeline
  • Loading branch information
stleary committed Aug 20, 2022
2 parents 6f92a3a + b4036e6 commit 88ca190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Expand Up @@ -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
Expand Down

0 comments on commit 88ca190

Please sign in to comment.