Skip to content

Commit

Permalink
Make CI test matrix with 3x zeek versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon Miteff committed Aug 21, 2023
1 parent 0a57420 commit fd3e295
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ on:
branches: [master]
jobs:
btests:
name: Run btests on ${{ matrix.zeek_container }}
runs-on: ubuntu-latest
container: zeek/zeek-dev:latest
strategy:
fail-fast: false
matrix:
zeek_container: ["zeek/zeek:lts", "zeek/zeek:latest", "zeek/zeek-dev:latest"]
container: ${{ matrix.zeek_container }}
steps:
- name: Checkout Project
uses: actions/checkout@v3
Expand Down

0 comments on commit fd3e295

Please sign in to comment.