From cb3119adaa3c917ff5986868f87c3ad0ea90de8d Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 14 Dec 2023 09:53:25 -0500 Subject: [PATCH] Update ruby_tests.yml to use Foreman3_9 container (#855) @ShimShtein can this get a review, Ewoud's translations pr because of `Foreman::PluginRequirementError: ERF72-3740 [Foreman::PluginRequirementError]: foreman_rh_cloud plugin requires Foreman >= 3.7 but current is 3.6.2` --- .github/workflows/ruby_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby_tests.yml b/.github/workflows/ruby_tests.yml index d73fffe7..14492eca 100644 --- a/.github/workflows/ruby_tests.yml +++ b/.github/workflows/ruby_tests.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/theforeman/tfm_plugin_test:foreman_3_7 + image: ghcr.io/theforeman/tfm_plugin_test:foreman_3_9 services: postgres: