Skip to content

Commit

Permalink
Pin remote_execution and foreman_ansible to Foreman 3.9 versions (#878)
Browse files Browse the repository at this point in the history
* Pin remote_execution, katello and foreman_ansible to Foreman 3.9 versions
  • Loading branch information
chris1984 authored Apr 29, 2024
1 parent 1983a18 commit b9537a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
postgresql_container: ghcr.io/theforeman/postgresql-evr
test_existing_database: false
foreman_version: ${{ matrix.foreman }}
environment_variables: |
FOREMAN_VERSION=${{ matrix.foreman }}
6 changes: 6 additions & 0 deletions gemfile.d/lock.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
case ENV['FOREMAN_VERSION']
when '3.9-stable'
gem "foreman_remote_execution", "< 13"
gem "foreman_ansible", "< 14"
gem "katello", "~> 4.11.0"
end

0 comments on commit b9537a5

Please sign in to comment.