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

Commit

Permalink
chore: remove java 7 units check (#591)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Aug 5, 2021
1 parent f674413 commit 1f87644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [7, 8, 11]
java: [8, 11]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-vision.git",
"sha": "f3b1dc522c35445bc37dddd985adff1d17603352"
"sha": "5b4a665cd14dc35ceb630ed479898560d18c0243"
}
},
{
Expand Down Expand Up @@ -51,7 +51,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5d3c52f5db664eee9026db76b5bcb466f3a09ca9"
"sha": "1a2878d6909dd10ca4e3c1b5943d6622e996054e"
}
}
],
Expand Down

0 comments on commit 1f87644

Please sign in to comment.