Skip to content

Commit 01b3d73

Browse files
Merge pull request #205 from puppetlabs/CONT-809-Add_ruby_3
(CONT-809) Add Puppet 8 support
2 parents 448cc2b + c240fd3 commit 01b3d73

18 files changed

+195
-750
lines changed

.fixtures.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
fixtures:
22
repositories:
33
"facts": "https://github.com/puppetlabs/puppetlabs-facts.git"
4-
"puppet_agent": "https://github.com/puppetlabs/puppetlabs-puppet_agent.git"
54
"puppet_conf": "https://github.com/puppetlabs/puppetlabs-puppet_conf.git"
5+
puppet_agent:
6+
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
7+
ref: v4.13.0
68
symlinks:
79
"provision": "#{source_dir}"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
ruby_version:
15-
- '2.5'
1615
- '2.7'
16+
- '3.2'
1717
name: "spec (ruby ${{ matrix.ruby_version }})"
1818
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
1919
secrets: "inherit"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby_version:
14-
- '2.5'
1514
- '2.7'
15+
- '3.2'
1616
name: "spec (ruby ${{ matrix.ruby_version }})"
1717
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
1818
secrets: "inherit"

0 commit comments

Comments
 (0)