Skip to content

Commit

Permalink
Fix tests matrix (attempt #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhartha Bagaria committed Sep 12, 2023
1 parent 0d13a3e commit 0f21054
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
bazel_version: [latest]
bazel_version: [6.0.0, 6.1.0, latest]
bzlmod: [true, false]
# bzlmod needs 6.1.0 (issue unrelated to this project)
include:
exclude:
- bazel_version: 6.0.0
bzlmod: false
- bazel_version: 6.1.0
bzlmod: true
- bazel_version: 6.1.0
bzlmod: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0f21054

Please sign in to comment.