Skip to content

Commit dda5ea7

Browse files
committed
Add Ruby 3.3 to CI matrix
1 parent 453910a commit dda5ea7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
ruby_version:
2222
- '2.7'
2323
- '3.2'
24+
- '3.3'
2425
name: "spec (ruby ${{ matrix.ruby_version }})"
2526
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
2627
secrets: "inherit"
@@ -36,11 +37,14 @@ jobs:
3637
ruby_version:
3738
- '2.7'
3839
- '3.2'
40+
- '3.3'
3941
include:
4042
- ruby_version: '2.7'
4143
puppet_version: '~> 7.0'
4244
- ruby_version: '3.2'
4345
puppet_version: '~> 8.0'
46+
- ruby_version: '3.3'
47+
puppet_version: '~> 8.0'
4448
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"
4549
secrets: "inherit"
4650
with:

0 commit comments

Comments
 (0)