We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1983a18 commit bdb8341Copy full SHA for bdb8341
.github/workflows/ruby_tests.yml
@@ -29,3 +29,5 @@ jobs:
29
postgresql_container: ghcr.io/theforeman/postgresql-evr
30
test_existing_database: false
31
foreman_version: ${{ matrix.foreman }}
32
+ environment_variables: |
33
+ FOREMAN_VERSION=${{ matrix.foreman }}
gemfile.d/lock.rb
@@ -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