Skip to content

Commit

Permalink
allow Puppet 7 and add to Travis testing; remove Puppet 5 from Travis…
Browse files Browse the repository at this point in the history
… testing (#183)

* metadata: allow Puppet 7

* .travis.yml: remove Puppet 5, add Puppet 7

Puppet 5 support was dropped in #171, so no need to test with it
anymore.
  • Loading branch information
kenyon authored Mar 18, 2021
1 parent 0fcb012 commit df098a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
-
env: CHECK="check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
stage: static
-
env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
rvm: 2.4.5
stage: spec
-
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
rvm: 2.5.7
stage: spec
-
env: PUPPET_GEM_VERSION="~> 7.0" CHECK=parallel_spec
rvm: 2.7.2
stage: spec
-
env: DEPLOY_TO_FORGE=yes
stage: deploy
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.1.0 < 7.0.0"
"version_requirement": ">= 6.1.0 < 8.0.0"
}
],
"pdk-version": "1.18.0",
Expand Down

0 comments on commit df098a5

Please sign in to comment.