From 6b35a3e4e36d0f7197cae2fa5666d25df16c3ff6 Mon Sep 17 00:00:00 2001 From: Manuel Laug Date: Fri, 2 Feb 2024 10:20:03 +0100 Subject: [PATCH] feat(tests): Add foreman >= 3.5 versions to test matrix --- .github/workflows/ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d421eb..50dcd7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,17 @@ jobs: strategy: fail-fast: false matrix: - foreman-core-branch: [3.1-stable, 3.2-stable, 3.3-stable, 3.4-stable, 3.5-stable, develop] + foreman-core-branch: + - 3.1-stable + - 3.2-stable + - 3.3-stable + - 3.4-stable + - 3.5-stable + - 3.6-stable + - 3.7-stable + - 3.8-stable + - 3.9-stable + - develop ruby-version: [2.7] node-version: [14] steps: