Skip to content

Commit

Permalink
Pin remote_execution and foreman_ansible to Foreman 3.9 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Apr 25, 2024
1 parent 1983a18 commit 8abc748
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ruby_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ jobs:
matrix:
foreman:
- 3.9-stable
katello:
- KATELLO-4.11
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_rh_cloud
postgresql_container: ghcr.io/theforeman/postgresql-evr
test_existing_database: false
foreman_version: ${{ matrix.foreman }}
environment_variables: |
FOREMAN_VERSION=${{ matrix.foreman }}
KATELLO_VERSION=${{ matrix.katello }}
5 changes: 5 additions & 0 deletions gemfile.d/lock.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
case ENV['FOREMAN_VERSION']
when '3.9-stable'
gem "foreman_remote_execution", "< 13"
gem "foreman_ansible", "< 14"
end

0 comments on commit 8abc748

Please sign in to comment.