We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732d9c4 commit 6c1689eCopy full SHA for 6c1689e
1 file changed
.github/workflows/bazelisk.yml
@@ -10,6 +10,5 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- 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 //...
+ - run: USE_BAZEL_VERSION=6.0.0 bazel test //...
+ - run: USE_BAZEL_VERSION=6.4.0 bazel test //...
0 commit comments