Skip to content

Commit

Permalink
Merge pull request #459 from bastelfreak/ruby33
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI matrix
  • Loading branch information
jordanbreen28 authored Jun 11, 2024
2 parents 9b05e74 + dda5ea7 commit 7b489d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
ruby_version:
- '2.7'
- '3.2'
- '3.3'
name: "spec (ruby ${{ matrix.ruby_version }})"
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
secrets: "inherit"
Expand All @@ -36,11 +37,14 @@ jobs:
ruby_version:
- '2.7'
- '3.2'
- '3.3'
include:
- ruby_version: '2.7'
puppet_version: '~> 7.0'
- ruby_version: '3.2'
puppet_version: '~> 8.0'
- ruby_version: '3.3'
puppet_version: '~> 8.0'
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"
secrets: "inherit"
with:
Expand Down

0 comments on commit 7b489d6

Please sign in to comment.