Skip to content

Commit 8a31455

Browse files
chore: remove java 7 units check (googleapis#492)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2b3d6a00-4e70-4d08-96a3-f0a16229b54f/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@1a2878d
1 parent 0e2c883 commit 8a31455

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎java-iamcredentials/.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

‎java-iamcredentials/synth.metadata‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-iamcredentials.git",
7-
"sha": "4edb90a58b21b51e62922f6504d97b95642f826e"
7+
"sha": "08044da65ab40a796e7821e6961d4671947a2c80"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "5d3c52f5db664eee9026db76b5bcb466f3a09ca9"
22+
"sha": "1a2878d6909dd10ca4e3c1b5943d6622e996054e"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)