diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 030abbbc..4d3cde34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,3 +77,6 @@ jobs: env: BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }} BEAKER_setfile: ${{ matrix.setfile.value }} + # In Puppet 7 the locale ends up being C.UTF-8 if it isn't passed. + # This locale doesn't exist in EL7 and won't be supported either. + LANG: en_US.UTF-8 diff --git a/metadata.json b/metadata.json index 00eb0589..8e4f502c 100644 --- a/metadata.json +++ b/metadata.json @@ -54,7 +54,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 5.5.8 < 7.0.0" + "version_requirement": ">= 5.5.8 < 8.0.0" } ] }