We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a69a6 commit 67e3b98Copy full SHA for 67e3b98
.github/workflows/bazel-test.yaml
@@ -1,4 +1,4 @@
1
-# Copyright 2021-2025 Google LLC
+# Copyright 2021-2026 Google LLC
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ jobs:
25
matrix:
26
# We don’t use the GitHub matrix support for the Emacs toolchain to
27
# allow Bazel to cache intermediate results between the test runs.
28
- bazel: [7.4.0, 7.x, latest]
+ bazel: [7.4.0, 7.x, 8.x, latest]
29
os: [ubuntu-latest, macos-latest, windows-latest]
30
cc: [gcc-14, clang, msvc]
31
exclude:
0 commit comments