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

Commit e4b82c4

Browse files
chore: remove java 7 units check (#510)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/f647946a-1a60-44a8-80e4-5483535a0e7e/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@1a2878d
1 parent d583df5 commit e4b82c4

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,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-texttospeech.git",
7-
"sha": "7a8b9556524777a8dfc7558bd61ec3ecbbbc8c9c"
7+
"sha": "0486daea6513ab07248231807d1db0816346a1d3"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "5d3c52f5db664eee9026db76b5bcb466f3a09ca9"
30+
"sha": "1a2878d6909dd10ca4e3c1b5943d6622e996054e"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)