Skip to content

Commit

Permalink
Document testing plugins with more Tenzir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiklohmann committed May 25, 2024
1 parent 926c719 commit 78e15e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,17 @@ jobs:
fail-fast: false
matrix:
version:
# We always test against the the current development version and the
# latest stable release.
- main
- latest
# If you'd like to test with further Tenzir versions or rely on a
# specific Tenzir version in your deployment, you can also test
# against it by specifying the version number explicitly:
# - v4.14.0
# - v4.13.1
# - v4.12.2
# - v4.11.2
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 78e15e7

Please sign in to comment.