From 99cfa69933020548ef342967d4202195eb1f1110 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 6 Mar 2021 22:57:14 +0100 Subject: [PATCH] Enable Puppet 7 support To make this work, we also enforce UTF8 for the acceptance tests. The also https://github.com/voxpupuli/modulesync_config/pull/708 --- .github/workflows/ci.yml | 2 ++ metadata.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4702a6a3..6516801bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,5 +71,7 @@ jobs: - name: Run tests run: bundle exec rake beaker env: + LANG: en_US + LC_ALL: en_US.UTF-8 BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }} BEAKER_setfile: ${{ matrix.setfile.value }} diff --git a/metadata.json b/metadata.json index 0739c061f..50997f5fc 100644 --- a/metadata.json +++ b/metadata.json @@ -52,7 +52,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 6.1.0 < 7.0.0" + "version_requirement": ">= 6.1.0 < 8.0.0" } ], "operatingsystem_support": [