Skip to content

Commit

Permalink
Update ci.yaml (#1275)
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.
  • Loading branch information
lesv authored Nov 5, 2021
1 parent 79d7936 commit 717a6a1
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 717a6a1

Please sign in to comment.