Skip to content

Commit 15cfc5c

Browse files
committed
Test Bazel 6 and 7 on Bazel CI
1 parent 81d9af9 commit 15cfc5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
22
matrix:
3+
bazel:
4+
- 6.x
5+
- 7.x
36
workdir: [".", "rules_haskell_tests"]
47

58
tasks:
69
ubuntu1804:
10+
bazel: ${{ bazel }}
711
working_directory: ${{ workdir }}
812
platform: "ubuntu1804"
913
environment:

0 commit comments

Comments
 (0)