Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Oct 31, 2024
1 parent 069a43c commit 6e06b87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
bazel_version: [7.0.0, latest, last_rc] # Minimum supported Bazel version is 7.0.0.
# TODO: Test with Bazel 8 after https://github.com/bazelbuild/bazel/pull/24154 has been released.
bazel_version: [7.0.0, latest] # Minimum supported Bazel version is 7.0.0.
bzlmod: [true, false]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 6e06b87

Please sign in to comment.