Skip to content

Commit 0b78120

Browse files
authored
Merge pull request #196 from bastelfreak/ruby33
Add Ruby 3.3 testing
2 parents b5ec443 + 48d59dc commit 0b78120

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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"
@@ -35,6 +36,7 @@ jobs:
3536
ruby_version:
3637
- '2.7'
3738
- '3.2'
39+
- '3.3'
3840
name: "acceptance (ruby ${{ matrix.ruby_version }})"
3941
needs: "spec"
4042
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
ruby_version:
1515
- '2.7'
1616
- '3.2'
17+
- '3.3'
1718
name: "spec (ruby ${{ matrix.ruby_version }})"
1819
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
1920
secrets: "inherit"
@@ -27,6 +28,7 @@ jobs:
2728
ruby_version:
2829
- '2.7'
2930
- '3.2'
31+
- '3.3'
3032
name: "acceptance (ruby ${{ matrix.ruby_version }})"
3133
needs: "spec"
3234
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"

0 commit comments

Comments
 (0)