Skip to content

Commit

Permalink
Run tests for minimum supported bazel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhartha Bagaria committed May 23, 2022
1 parent 3cf6c59 commit 15549d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
script: [run_tests.sh, run_external_tests.sh]
bazel_version: [latest, 4.2.1]
exclude:
- script: run_external_tests.sh
bazel_version: 4.2.1
steps:
- uses: actions/checkout@v2
- name: test
env:
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
run: tests/scripts/${{ matrix.script }}
container_test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ implementation, please let me know and I can redirect people there.

## Quickstart

Minimum bazel version: **4.0.0**
Minimum bazel version: **4.2.1**

To use this toolchain, include this section in your WORKSPACE:
```starlark
Expand Down

0 comments on commit 15549d7

Please sign in to comment.