@@ -23,15 +23,14 @@ buildifier: latest
2323tasks :
2424# TODO: add config for 8.0.0 once released
2525# Bazel 7.x
26- # TODO: fix versions after 7.4.0
2726 ubuntu2004 :
2827 name : " Bazel 7.x"
29- bazel : " 9e3fa2a2e98db4aa10918a981325cfa9473e4ed8 "
28+ bazel : " 7.3.2 "
3029 build_targets : *build_targets
3130 test_targets : *test_targets
3231 ubuntu2004_integration :
3332 name : " Bazel 7.x Integration"
34- bazel : " 9e3fa2a2e98db4aa10918a981325cfa9473e4ed8 "
33+ bazel : " 7.3.2 "
3534 platform : ubuntu2004
3635 working_directory : " test/repo"
3736 shell_commands :
@@ -42,21 +41,21 @@ tasks:
4241 - " @rules_java//java/..."
4342 macos :
4443 name : " Bazel 7.x"
45- bazel : " 9e3fa2a2e98db4aa10918a981325cfa9473e4ed8 "
44+ bazel : " 7.3.2 "
4645 build_targets : *build_targets
4746 windows :
4847 name : " Bazel 7.x"
49- bazel : " 9e3fa2a2e98db4aa10918a981325cfa9473e4ed8 "
48+ bazel : " 7.3.2 "
5049 build_targets : *build_targets
5150# Bazel@HEAD
5251 ubuntu2004_head :
5352 name : " Bazel@HEAD"
54- bazel : last_green
53+ bazel : " 544e23503e4c109335b12bfe9168a6a39c81c5b9 "
5554 platform : ubuntu2004
5655 build_targets : *build_targets
5756 ubuntu2004_integration_head :
5857 name : " Bazel@HEAD Integration"
59- bazel : last_green
58+ bazel : " 544e23503e4c109335b12bfe9168a6a39c81c5b9 "
6059 platform : ubuntu2004
6160 working_directory : " test/repo"
6261 shell_commands :
@@ -67,12 +66,12 @@ tasks:
6766 - " @rules_java//java/..."
6867 macos_head :
6968 name : " Bazel@HEAD"
70- bazel : last_green
69+ bazel : " 544e23503e4c109335b12bfe9168a6a39c81c5b9 "
7170 platform : macos
7271 build_targets : *build_targets
7372 windows_head :
7473 name : " Bazel@HEAD"
75- bazel : last_green
74+ bazel : " 544e23503e4c109335b12bfe9168a6a39c81c5b9 "
7675 platform : windows
7776 build_targets : *build_targets
7877# Bazel 6.x
0 commit comments