Skip to content

Commit 12ad549

Browse files
chore: remove java 7 units check
Source-Author: Neenu Shaji <[email protected]> Source-Date: Wed Jul 28 18:18:26 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 1a2878d6909dd10ca4e3c1b5943d6622e996054e Source-Link: googleapis/synthtool@1a2878d
1 parent 41e54fa commit 12ad549

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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: [7, 8, 11]
12+
java: [8, 11]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-java@v1

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-http-java-client.git",
7-
"sha": "933b0bd386f413bd960f81c706edae81d9dc030a"
7+
"sha": "41e54fa4d2268767359cbe12dc199328bd615486"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "5d3c52f5db664eee9026db76b5bcb466f3a09ca9"
14+
"sha": "1a2878d6909dd10ca4e3c1b5943d6622e996054e"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)