Skip to content

Commit

Permalink
Update min tested Bazel version to 4.0.0 (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Oct 19, 2021
1 parent 0ae6a6d commit cbfe9c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bazelci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,15 @@ tasks:
- //...
min_supported_version:
name: "Minimum Supported Version"
bazel: "3.7.0"
bazel: "4.0.0"
platform: ubuntu1804
build_targets:
- "//..."
test_targets:
- "//..."
min_supported_version_examples:
name: "Minimum Supported Version Examples"
bazel: "3.7.0"
bazel: "4.0.0"
platform: ubuntu1804
working_directory: examples
min_supported_targets: &min_supported_targets
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Documentation for all rules and providers are available at: https://bazelbuild.g

## Bazel versions compatibility

Works with Bazel after 3.7.0 without any flags.
Works with Bazel after 4.0.0 without any flags.

Note that the rules may be compatible with older versions of Bazel but support may break
in future changes as these older versions are not tested.
Expand Down

0 comments on commit cbfe9c0

Please sign in to comment.