aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSahin Yort <thesayyn@gmail.com>2024-02-05 03:05:06 -0800
committerGitHub <noreply@github.com>2024-02-05 12:05:06 +0100
commit25c8af9d56980df7732b2f8639c5d43ef878a6f7 (patch)
treefe0a878bd612b3dede0aa1d2017a5726d351ed7a
parent5cb4053e62b7e9b08fb99e4de0fdf1f8f946a5cc (diff)
downloadbazelbuild-rules-proto-25c8af9d56980df7732b2f8639c5d43ef878a6f7.tar.gz
fix: add bazel versions tested to presubmit (#202)
See: https://github.com/bazelbuild/bazel-central-registry/discussions/1332
-rw-r--r--.bcr/presubmit.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml
index 0fb7791..f7bceee 100644
--- a/.bcr/presubmit.yml
+++ b/.bcr/presubmit.yml
@@ -1,8 +1,10 @@
matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
+ bazel: ['7.x', '6.x']
tasks:
verify_build_targets:
name: "Verify build targets"
+ bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- "@rules_proto//proto/..."