We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b048ea2 commit 99cfa69Copy full SHA for 99cfa69
.github/workflows/ci.yml
@@ -71,5 +71,7 @@ jobs:
71
- name: Run tests
72
run: bundle exec rake beaker
73
env:
74
+ LANG: en_US
75
+ LC_ALL: en_US.UTF-8
76
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }}
77
BEAKER_setfile: ${{ matrix.setfile.value }}
metadata.json
@@ -52,7 +52,7 @@
52
"requirements": [
53
{
54
"name": "puppet",
55
- "version_requirement": ">= 6.1.0 < 7.0.0"
+ "version_requirement": ">= 6.1.0 < 8.0.0"
56
}
57
],
58
"operatingsystem_support": [
0 commit comments