Skip to content

Commit

Permalink
Merge pull request #341 from bastelfreak/concurrent
Browse files Browse the repository at this point in the history
CI: Ensure we use Puppet 6.29 or newer
  • Loading branch information
bastelfreak authored Feb 27, 2023
2 parents 263c60c + 871930e commit e690a8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- "3.1"
puppet:
- "~> 7.0"
- "~> 6.0"
- "~> 6.29"
- "https://github.com/puppetlabs/puppet.git#main"
exclude:
- ruby: "2.6"
Expand All @@ -30,9 +30,9 @@ jobs:
puppet: "~> 7.0"

- ruby: "3.1"
puppet: "~> 6.0"
puppet: "~> 6.29"
- ruby: "3.0"
puppet: "~> 6.0"
puppet: "~> 6.29"

- ruby: "2.6"
puppet: "https://github.com/puppetlabs/puppet.git#main"
Expand Down

0 comments on commit e690a8a

Please sign in to comment.