From 714584a67b240099c8c03e7914f881cda67fa485 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 23 May 2024 14:20:17 +0200 Subject: [PATCH 1/2] Drop Puppet 6 support --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 22263a1..b199a05 100644 --- a/metadata.json +++ b/metadata.json @@ -22,7 +22,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 6.1.0 < 8.0.0" + "version_requirement": ">= 7.0.0 < 8.0.0" } ] } From 5a3df3d34419992a6ae82241907b799f0f61e991 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Wed, 22 May 2024 12:13:24 +0200 Subject: [PATCH 2/2] Update CI infrastructure to latest version --- .github/workflows/ci.yml | 2 +- Gemfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a586cf..06856ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,6 @@ concurrency: jobs: puppet: name: Puppet - uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1 + uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v2 with: rubocop: false diff --git a/Gemfile b/Gemfile index fb30ff4..cfcc30e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'puppet', ENV['PUPPET_GEM_VERSION'] || '>= 3.8', require: false -gem 'puppet_metadata', '~> 1.0', require: false -gem 'voxpupuli-test', require: false +gem 'puppet', ENV['PUPPET_GEM_VERSION'] || '>= 6.1', require: false +gem 'puppet_metadata', '~> 4.0', require: false +gem 'voxpupuli-test', '~> 7.0', require: false