From 800ab2d3822202a3a8c8940640e0d8676c94feb2 Mon Sep 17 00:00:00 2001 From: Kamil Szubrycht <kamil.szubrycht@ironin.pl> Date: Thu, 1 Feb 2024 13:47:59 +0100 Subject: [PATCH] Include more foreman versions in the pipeline --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2035a4e..ab40516 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,12 @@ jobs: test: name: Ruby needs: rubocop + strategy: + fail-fast: false + matrix: + foreman_version: + - 3.9-stable + - develop uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0 with: plugin: foreman_vault