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 9, 2024
1 parent 1983a18 commit 47fd765
Show file tree
Hide file tree
Showing 2 changed files with 7 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 }}
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 47fd765

Please sign in to comment.