Skip to content

Commit

Permalink
ci: add java 7 in the test matrix
Browse files Browse the repository at this point in the history
It was already present in the Travis test matrix.
  • Loading branch information
darrachequesne committed Dec 8, 2020
1 parent 6f065b7 commit 180db95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
java: [8, 11]
java: [7, 8, 11]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 180db95

Please sign in to comment.