Skip to content

Commit 3daccb4

Browse files
committed
(MAINT) Update matrix for Puppet 8
1 parent fa2e81a commit 3daccb4

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
ruby_version:
1515
- "2.7"
1616
- "3.2"
17-
puppet_gem_version:
18-
- '~> 7.0'
19-
- 'https://github.com/puppetlabs/puppet' # puppet8
17+
include:
18+
- ruby-version: '2.7'
19+
puppet_gem_version: '~> 7.0'
20+
- ruby_version: '3.2'
21+
puppet_gem_version: 'https://github.com/puppetlabs/puppet' # puppet8'
2022
runs_on:
2123
- "ubuntu-latest"
2224
- "windows-latest"

.github/workflows/nightly.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby_version:
14-
- "2.5"
1514
- "2.7"
16-
puppet_gem_version:
17-
- '~> 6.0'
18-
- '~> 7.0'
15+
- "3.2"
16+
include:
17+
- ruby-version: '2.7'
18+
puppet_gem_version: '~> 7.0'
19+
- ruby_version: '3.2'
20+
puppet_gem_version: 'https://github.com/puppetlabs/puppet' # puppet8'
1921
runs_on:
2022
- "ubuntu-latest"
2123
- "windows-latest"

0 commit comments

Comments
 (0)