Skip to content

Commit 9e98126

Browse files
committed
(maint) update test matrix with latest puppet collections
This commit updates the winrm acceptance tests to validate active agent streams. The newest puppet_agent module no longer supports puppet6 forcing this updated.
1 parent c8e38ed commit 9e98126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/integration/apply_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
require 'bolt_spec/run'
1010

1111
TEST_VERSIONS = [
12-
[6, 'puppet6'],
13-
[7, 'puppet']
12+
[7, 'puppet7'],
13+
[8, 'puppet8']
1414
].freeze
1515

1616
describe 'apply', apply: true do

0 commit comments

Comments
 (0)