Skip to content

Commit 4a4293b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
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,6 +37,7 @@ 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'

0 commit comments

Comments
 (0)