Skip to content

Commit e16bdca

Browse files
committed
Pin acceptance tests to 3.13
Since 3.14 the Ruby implementation is replaced by bash. For now this module is incompatible with those newer versions.
1 parent 7c9b6df commit e16bdca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/acceptance/basic_spec.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
let(:manifest) do
66
<<~PUPPET
77
class { 'foreman_scap_client':
8-
foreman_repo_rel => 'nightly',
8+
# Since 3.14 the Ruby implementation is replaced by bash
9+
foreman_repo_rel => '3.13',
910
server => 'foreman.example.com',
1011
port => 8443,
1112
policies => [],

0 commit comments

Comments
 (0)