Skip to content

Commit 99cfa69

Browse files
committed
Enable Puppet 7 support
To make this work, we also enforce UTF8 for the acceptance tests. The also voxpupuli/modulesync_config#708
1 parent b048ea2 commit 99cfa69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,7 @@ jobs:
7171
- name: Run tests
7272
run: bundle exec rake beaker
7373
env:
74+
LANG: en_US
75+
LC_ALL: en_US.UTF-8
7476
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }}
7577
BEAKER_setfile: ${{ matrix.setfile.value }}

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"requirements": [
5353
{
5454
"name": "puppet",
55-
"version_requirement": ">= 6.1.0 < 7.0.0"
55+
"version_requirement": ">= 6.1.0 < 8.0.0"
5656
}
5757
],
5858
"operatingsystem_support": [

0 commit comments

Comments
 (0)