We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453910a commit dda5ea7Copy full SHA for dda5ea7
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
ruby_version:
22
- '2.7'
23
- '3.2'
24
+ - '3.3'
25
name: "spec (ruby ${{ matrix.ruby_version }})"
26
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
27
secrets: "inherit"
@@ -36,11 +37,14 @@ jobs:
36
37
38
39
40
41
include:
42
- ruby_version: '2.7'
43
puppet_version: '~> 7.0'
44
- ruby_version: '3.2'
45
puppet_version: '~> 8.0'
46
+ - ruby_version: '3.3'
47
+ puppet_version: '~> 8.0'
48
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"
49
50
with:
0 commit comments