Skip to content

Commit 9abad90

Browse files
committed
(maint) Add puppet7 and remove puppet5 from PR testing
Update the workflow that tests with released Puppet gems to also test with Puppet 7. Remove testing with Puppet 5 from the workflows since it reached EOL.
1 parent ac198dc commit 9abad90

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
14-
puppet_version: [ 5, 6, 7 ]
14+
puppet_version: [ 6, 7 ]
1515
include:
16-
- puppet_version: 5
17-
ruby: 2.4
1816
- puppet_version: 6
1917
ruby: 2.5
2018
- puppet_version: 7

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
16-
puppet_version: [ 5, 6, 7 ]
16+
puppet_version: [ 6, 7 ]
1717
include:
18-
- puppet_version: 5
19-
ruby: 2.4
2018
- puppet_version: 6
2119
ruby: 2.5
2220
- puppet_version: 7

.github/workflows/unit_tests_with_released_puppet_gem.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ 'ubuntu-18.04', 'macos-10.15', 'windows-2016' ]
16-
puppet_version: [ 5, 6 ]
16+
puppet_version: [ 6, 7 ]
1717
include:
18-
- puppet_version: 5
19-
ruby: 2.4
2018
- puppet_version: 6
2119
ruby: 2.5
20+
- puppet_version: 7
21+
ruby: 2.7
2222

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

0 commit comments

Comments
 (0)