Skip to content

Commit

Permalink
Run tests under newly-released Bazel 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Jan 19, 2022
1 parent a883470 commit 886309c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bazel-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Google LLC
# Copyright 2021, 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
# We don’t use the GitHub matrix support for the Emacs toolchain to
# allow Bazel to cache intermediate results between the test runs.
bazel: [4.2.0, 4.2.1, 4.2.2, latest, rolling]
bazel: [4.2.0, 4.2.1, 4.2.2, 5.0.0, latest, rolling]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 886309c

Please sign in to comment.