Skip to content

Commit 45f0163

Browse files
committed
Fix Bazel versions format
1 parent 64e77dc commit 45f0163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
test:
1818
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
1919
with:
20-
bazel_version: [8.x, 9.x]
20+
bazel_version: '["8.x", "9.x"]'
2121
folders: |
2222
[
2323
"e2e/smoke"

0 commit comments

Comments
 (0)