We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe752a2 commit 8a5f777Copy full SHA for 8a5f777
1 file changed
.github/workflows/testing.yml
@@ -79,14 +79,9 @@ jobs:
79
runs-on: ubuntu-latest
80
strategy:
81
matrix:
82
- include:
83
- # Test with and without bzlmod. Bazel 6 doesn't support bzlmod, so use Bazel 7 instead
84
- - bazel: 6.0.0
85
- bzlmod: false
86
- - bazel: 7.0.0
87
- bzlmod: true
+ bzlmod: [true, false]
88
env:
89
- USE_BAZEL_VERSION: ${{ matrix.bazel }}
+ USE_BAZEL_VERSION: 7.0.0
90
91
steps:
92
- uses: actions/checkout@v4
0 commit comments