Skip to content

Commit

Permalink
Test on all latest minor versions (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Jan 16, 2025
1 parent 1db15f3 commit a8e885a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
name: BCR test module
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
bazel: [6.2.0, last_rc, last_green]
bazel: [6.x, 7.x, 8.x, last_green]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a8e885a

Please sign in to comment.