From df098a582b8f7b52cfa5915c421293c8a5295df0 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Thu, 18 Mar 2021 07:07:40 -0700 Subject: [PATCH] allow Puppet 7 and add to Travis testing; remove Puppet 5 from Travis 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. --- .travis.yml | 8 ++++---- metadata.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6f1b9e0..ef5370ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/metadata.json b/metadata.json index 94e6dc2f..87f595a3 100644 --- a/metadata.json +++ b/metadata.json @@ -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",