Skip to content

Commit

Permalink
Merge pull request #27 from treydock/puppet
Browse files Browse the repository at this point in the history
Drop Puppet 5 support
  • Loading branch information
treydock committed Mar 7, 2021
2 parents 7506ff0 + ea6d1ef commit a801044
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Expand Up @@ -15,10 +15,6 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 2.4.9
puppet: 5
fixtures: .fixtures.yml
allow_failure: false
- ruby: 2.5.7
puppet: 6
fixtures: .fixtures.yml
Expand Down Expand Up @@ -59,12 +55,8 @@ jobs:
- "ubuntu-1804"
- "ubuntu-2004"
puppet:
- "puppet5"
- "puppet6"
- "puppet7"
exclude:
- set: "ubuntu-2004"
puppet: "puppet5"
env:
BUNDLE_WITHOUT: development:release
BEAKER_debug: true
Expand Down
3 changes: 0 additions & 3 deletions .sync.yml
Expand Up @@ -9,9 +9,6 @@
- ubuntu-1604
- ubuntu-1804
- ubuntu-2004
acceptance_excludes:
- set: ubuntu-2004
puppet: puppet5
.gitlab-ci.yml:
delete: true
appveyor.yml:
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Expand Up @@ -51,7 +51,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.0.0 < 8.0.0"
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"tags": [
Expand All @@ -61,5 +61,5 @@
],
"pdk-version": "1.17.0",
"template-url": "https://github.com/treydock/pdk-templates.git#master",
"template-ref": "heads/master-0-ge286426"
"template-ref": "heads/master-0-gc21ae9d"
}

0 comments on commit a801044

Please sign in to comment.