From b875f4ad91de7db57696f32b788151175acea95c Mon Sep 17 00:00:00 2001 From: Manuel Laug Date: Thu, 11 Apr 2024 10:38:43 +0200 Subject: [PATCH] drop Foreman 3.7 and 3.8 / add Foreman 3.10 3.7 and 3.8 are EoL and will no longer receive any updates. --- .github/workflows/ci.yml | 3 +-- gemfile.d/tasks.rb | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 gemfile.d/tasks.rb diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b294f11..fc0dbcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,8 @@ jobs: matrix: foreman: - "develop" + - "3.10-stable" - "3.9-stable" - - "3.8-stable" - - "3.7-stable" uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0 with: plugin: foreman_wreckingball diff --git a/gemfile.d/tasks.rb b/gemfile.d/tasks.rb deleted file mode 100644 index a777483..0000000 --- a/gemfile.d/tasks.rb +++ /dev/null @@ -1,6 +0,0 @@ -# frozen_string_literal: true - -case ENV['FOREMAN_VERSION'] -when '3.7-stable', '3.8-stable' - gem 'foreman-tasks', '~> 8.0' -end