Skip to content

Commit

Permalink
Enable Puppet 7 support
Browse files Browse the repository at this point in the history
To make this work, we also enforce UTF8 for the acceptance tests. The
also voxpupuli/modulesync_config#708
  • Loading branch information
bastelfreak committed Apr 26, 2021
1 parent b048ea2 commit 99cfa69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 99cfa69

Please sign in to comment.