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

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Let's let all the unit tests complete for now.  Java 17 isn't quite ready.

Source-Author: Les Vogel <[email protected]>
Source-Date: Fri Nov 5 11:31:10 2021 -1000
Source-Repo: googleapis/synthtool
Source-Sha: 717a6a1fe247df095092de1321eadc9da887a06c
Source-Link: googleapis/synthtool@717a6a1
  • Loading branch information
yoshi-automation committed Nov 10, 2021
1 parent 9538fca commit 47bbbff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
units:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [8, 11, 17]
steps:
Expand Down Expand Up @@ -68,4 +69,4 @@ jobs:
- run: java -version
- run: .kokoro/build.sh
env:
JOB_TYPE: clirr
JOB_TYPE: clirr
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-common-protos.git",
"sha": "a561b16a28c820e91c7780de8ac2b9c1be49c2bb"
"sha": "9538fca854728674b7647b8e03283c441392cb15"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "79d7936da1cf04ce1b4ead7d2c10dccccd852caf"
"sha": "717a6a1fe247df095092de1321eadc9da887a06c"
}
}
],
Expand Down

0 comments on commit 47bbbff

Please sign in to comment.