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 60bbb4f
Show file tree
Hide file tree
Showing 3 changed files with 9 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
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"@theforeman/builder": ">= 10.1.1",
"@theforeman/test": ">= 10.1.1",
"@theforeman/eslint-plugin-foreman": ">= 10.1.1",
"@redhat-cloud-services/frontend-components": "3.8.12",
"@redhat-cloud-services/frontend-components-utilities": "^3.7.6",
"babel-eslint": "~10.0.0",
"cosmiconfig-typescript-loader": "~4.3.0",
"eslint": "~6.7.2",
Expand Down

0 comments on commit 60bbb4f

Please sign in to comment.