Skip to content

Commit 6c1689e

Browse files
committed
ci: test with Bazel 6.0 and 6.4
1 parent 732d9c4 commit 6c1689e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/bazelisk.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: bazelbuild/setup-bazelisk@v2
13-
- run: USE_BAZEL_VERSION=5.2.0 bazel test //...
14-
- run: USE_BAZEL_VERSION=4.2.2 bazel test //...
15-
- run: USE_BAZEL_VERSION=3.7.2 bazel test //...
13+
- run: USE_BAZEL_VERSION=6.0.0 bazel test //...
14+
- run: USE_BAZEL_VERSION=6.4.0 bazel test //...

0 commit comments

Comments
 (0)