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

Commit

Permalink
chore: remove java 7 units check (#415)
Browse files Browse the repository at this point in the history
Source-Author: Neenu Shaji <Neenu1995@users.noreply.github.com>
Source-Date: Wed Jul 28 18:18:26 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 1a2878d6909dd10ca4e3c1b5943d6622e996054e
Source-Link: googleapis/synthtool@1a2878d
  • Loading branch information
yoshi-automation committed Aug 11, 2021
1 parent c122c2a commit 62b5948
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,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
"sha": "f0d49b54ba334f9351c66c9924e3d0d2ed7c0016"
"sha": "4d58412e44b1bbb5ddaba2a2db98ebe77681891f"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "09c59c20a4bf0daed1665af59035ff240fe356df"
"sha": "1a2878d6909dd10ca4e3c1b5943d6622e996054e"
}
}
],
Expand Down

0 comments on commit 62b5948

Please sign in to comment.