From 127bd62350c6f2ae6547d220abbf5fcb185043e4 Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Thu, 22 Dec 2022 16:39:23 +0100 Subject: [PATCH] More fleet versions in test matrix These are all the fleet versions currently used by Rancher, plus rc --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b13447..d30caf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,9 @@ jobs: matrix: fleet_version: - v0.3.9 - # - v0.3.10 + - v0.4.0 + - v0.5.0 + - v0.6.0-rc.1 steps: -