Skip to content

Commit

Permalink
ci: test with Bazel 6.0 and 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Nov 22, 2023
1 parent 732d9c4 commit 2229873
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bazelisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: bazelbuild/setup-bazelisk@v2
- run: USE_BAZEL_VERSION=5.2.0 bazel test //...
- run: USE_BAZEL_VERSION=4.2.2 bazel test //...
- run: USE_BAZEL_VERSION=3.7.2 bazel test //...
- run: USE_BAZEL_VERSION=6.0.0 bazel test //...
- run: USE_BAZEL_VERSION=6.4.0 bazel test //...

0 comments on commit 2229873

Please sign in to comment.