Skip to content

Commit

Permalink
Merge pull request #164 from voxpupuli/puppet5
Browse files Browse the repository at this point in the history
Drop Puppet 5; Add Puppet 7 support
  • Loading branch information
bastelfreak authored Sep 20, 2021
2 parents 61e15c3 + 250b164 commit 180aae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ name: CI

on: pull_request

concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true

jobs:
setup_matrix:
name: 'Setup Test Matrix'
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.5.8 < 7.0.0"
"version_requirement": ">= 6.1.0 < 8.0.0"
}
],
"dependencies": [
Expand Down

0 comments on commit 180aae1

Please sign in to comment.