Skip to content

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 Dec 6, 2021
1 parent 95f6462 commit 356056a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "79d7936da1cf04ce1b4ead7d2c10dccccd852caf"
"sha": "717a6a1fe247df095092de1321eadc9da887a06c"
}
}
],
Expand Down

0 comments on commit 356056a

Please sign in to comment.