Skip to content

Commit 98261fc

Browse files
committed
(MODULES-11365) Add puppet8 to nightly gem tests
This commit removes Puppet 5 and adds Puppet 8 to the unit tests with nightly Puppet gems.
1 parent 0974891 commit 98261fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ 'ubuntu-20.04', 'macos-latest', 'windows-2022' ]
16-
puppet_version: [ 6, 7 ]
16+
puppet_version: [ '7', '8' ]
1717
include:
18-
- puppet_version: 6
19-
ruby: 2.5
20-
- puppet_version: 7
21-
ruby: 2.7
18+
- puppet_version: '7'
19+
ruby: '2.7'
20+
- puppet_version: '8'
21+
ruby: '3.2'
2222

2323
- os: 'ubuntu-20.04'
2424
os_type: 'Linux'

0 commit comments

Comments
 (0)