ci: add 'rolling' to the CI bazel versions
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 114266c..4a07d1c 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml
@@ -2,7 +2,7 @@ module_path: "examples" matrix: platform: ["fedora40", "ubuntu2204", "windows", "macos"] - bazel: [7.x, 8.x] + bazel: [7.x, 8.x, rolling] tasks: run_tests: name: "Build example modules"
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f60643..83b4800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ - Bump in the version of multiple dependencies, to accommodate for incompatible flags and ease future migrations - Autogenerate documentation for the bcr +- Add 'rolling' to the CI bazel versions ## [2.5.0]