Skip to content

Commit 0d5bdb8

Browse files
authored
Update ci.yaml
Bazel 5 is no longer produced in the matrix, so there's no need to exclude it
1 parent b792499 commit 0d5bdb8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,5 @@ jobs:
2626
]
2727
exclude: |
2828
[
29-
{"folder": ".", "bzlmodEnabled": false},
30-
{"bazelversion": "5.4.0", "bzlmodEnabled": true},
31-
{"bazelversion": "5.4.0", "os": "macos-latest"},
32-
{"bazelversion": "5.4.0", "os": "windows-latest"},
29+
{"folder": ".", "bzlmodEnabled": false}
3330
]

0 commit comments

Comments
 (0)