Skip to content

Commit

Permalink
Add Ruby 3.2 / Puppet 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jul 7, 2023
1 parent 0c76170 commit 31b3de5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,19 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.2"
- "3.1"
- "3.0"
- "2.7"
puppet:
- "~> 8.0"
- "~> 7.0"
- "https://github.com/puppetlabs/puppet.git#main"
exclude:
- ruby: "3.0"
puppet: "~> 8.0"
- ruby: "2.7"
puppet: "~> 8.0"
- ruby: "3.0"
puppet: "https://github.com/puppetlabs/puppet.git#main"
- ruby: "2.7"
Expand Down

0 comments on commit 31b3de5

Please sign in to comment.