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