Skip to content

Commit ef786d0

Browse files
committed
Add Bazel 7 to tests matrix
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent f38d55f commit ef786d0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [windows-latest, ubuntu-latest, macos-latest]
31+
bazel: [7.6.1, 8.2.1]
3132

3233
steps:
3334
- uses: actions/checkout@v2
@@ -36,7 +37,10 @@ jobs:
3637
bazelisk-cache: true
3738
disk-cache: ${{ github.workflow }}
3839
repository-cache: true
40+
3941
- run: bazelisk run //vulkan/tests:version_tests
42+
env:
43+
USE_BAZEL_VERSION: ${{ matrix.bazel }}
4044

4145
e2e:
4246
name: Integration Tests

0 commit comments

Comments
 (0)