Skip to content

Commit

Permalink
pipeline-fix-1 remove v7 build from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
stleary committed Aug 13, 2022
1 parent 6f92a3a commit b4036e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
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 b4036e6

Please sign in to comment.