Skip to content

Commit

Permalink
chore: remove java 7 units check (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 authored Jul 28, 2021
1 parent 593a2c4 commit 1a2878d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ branchProtectionRules:
- "linkage-monitor"
- "lint"
- "clirr"
- "units (7)"
- "units (8)"
- "units (11)"
- "Kokoro - Test: Integration"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [{% if metadata['min_java_version'] <= 7 %}7, {% endif %}8, 11]
java: [8, 11]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down

0 comments on commit 1a2878d

Please sign in to comment.