Skip to content

Commit bdb8341

Browse files
committed
Pin remote_execution and foreman_ansible to Foreman 3.9 versions
1 parent 1983a18 commit bdb8341

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ruby_tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ jobs:
2929
postgresql_container: ghcr.io/theforeman/postgresql-evr
3030
test_existing_database: false
3131
foreman_version: ${{ matrix.foreman }}
32+
environment_variables: |
33+
FOREMAN_VERSION=${{ matrix.foreman }}

gemfile.d/lock.rb

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
case ENV['FOREMAN_VERSION']
2+
when '3.9-stable'
3+
gem "foreman_remote_execution", "< 13"
4+
gem "foreman_ansible", "< 14"
5+
end

0 commit comments

Comments
 (0)