Skip to content

Commit

Permalink
Merge pull request #112 from voxpupuli/ruby31
Browse files Browse the repository at this point in the history
Add Ruby 3.1/3.2 support
  • Loading branch information
bastelfreak committed Jun 7, 2023
2 parents b585569 + bf74845 commit 1374140
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -18,12 +18,18 @@ jobs:
ruby:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
puppet:
- "7"
- "6"
exclude:
- puppet: "6"
ruby: "3.0"
- puppet: "6"
ruby: "3.1"
- puppet: "6"
ruby: "3.2"
name: Ruby ${{ matrix.ruby }} + Puppet ${{ matrix.puppet }}
env:
PUPPET_VERSION: "~> ${{ matrix.puppet }}.0"
Expand Down

0 comments on commit 1374140

Please sign in to comment.