Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit eeee5fa

Browse files
chore: remove java 7 units check (#498)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/cb70a5e2-3bad-4328-977e-72013c74cb5f/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@1a2878d
1 parent c28e498 commit eeee5fa

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/java-core.git",
7-
"sha": "e9615ea60b30dccfae2e5c4f9247e591dbfeb52f"
7+
"sha": "91822485ff4b85d6ebff52682a74ee5d022b8655"
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)