Skip to content

Commit 1a2878d

Browse files
authored
chore: remove java 7 units check (#1168)
1 parent 593a2c4 commit 1a2878d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

synthtool/gcp/templates/java_library/.github/sync-repo-settings.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ branchProtectionRules:
3434
- "linkage-monitor"
3535
- "lint"
3636
- "clirr"
37-
- "units (7)"
3837
- "units (8)"
3938
- "units (11)"
4039
- "Kokoro - Test: Integration"

synthtool/gcp/templates/java_library/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
java: [{% if metadata['min_java_version'] <= 7 %}7, {% endif %}8, 11]
12+
java: [8, 11]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-java@v1

0 commit comments

Comments
 (0)