From 78e15e792fed0020ca4d6b4501f620b5f1d721bc Mon Sep 17 00:00:00 2001 From: Dominik Lohmann Date: Sat, 25 May 2024 13:40:16 +0200 Subject: [PATCH] Document testing plugins with more Tenzir versions --- .github/workflows/tests.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8413d33..9e74ec9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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