Skip to content

Commit e1d20bb

Browse files
authored
Run tests on CI using 6.4.0 and 7.0.0 (#25)
1 parent f3a11ac commit e1d20bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
matrix:
2222
os: [ubuntu-latest]
2323
bzlmod: [true]
24+
bazel_version: ["6.4.0", "7.0.0"]
2425
runs-on: ${{ matrix.os }}
2526
steps:
2627
- name: "Checkout the sources"
@@ -35,6 +36,8 @@ jobs:
3536
- name: "Setup Bazelisk"
3637
uses: bazelbuild/setup-bazelisk@v2
3738
- name: "Running tests //..."
39+
env:
40+
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
3841
run: bazel test //... --enable_bzlmod=${{ matrix.bzlmod }}
3942
integration-tests:
4043
strategy:
@@ -43,6 +46,7 @@ jobs:
4346
bzlmod: [true]
4447
directory: [examples/simple-android]
4548
strategy: [local, worker]
49+
bazel_version: ["7.0.0"]
4650
runs-on: ${{ matrix.os }}
4751
steps:
4852
- name: "Checkout the sources"
@@ -57,5 +61,7 @@ jobs:
5761
- name: "Setup Bazelisk"
5862
uses: bazelbuild/setup-bazelisk@v2
5963
- name: "Running integration tests ${{ matrix.directory }}"
64+
env:
65+
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
6066
working-directory: ${{ matrix.directory }}
6167
run: bazel test //... --enable_bzlmod=${{ matrix.bzlmod }} --strategy=AndroidLint=${{ matrix.strategy }}

examples/simple-android/.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)