Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
chore: remove java7 unit check from master (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Jul 30, 2021
1 parent 7770634 commit 12027f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [7, 8, 11]
java: [8, 11]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down

0 comments on commit 12027f1

Please sign in to comment.