Skip to content

Commit 0cc94e8

Browse files
authored
Merge pull request voxpupuli#364 from oranenj/test-with-new-stuff
Add newer OSes and Puppet 7 to test matrix, drop Puppet 5
2 parents 183ec6e + a4f2ce4 commit 0cc94e8

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,9 @@ jobs:
7171
- name: Run tests
7272
run: bundle exec rake beaker
7373
env:
74+
# Yes, this should be in modulesync, but for now, just work around weird test failures
75+
# caused by locale on CentOS 7 with Puppet 7
76+
LANG: en_US
77+
LC_ALL: en_US.UTF-8
7478
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }}
7579
BEAKER_setfile: ${{ matrix.setfile.value }}

metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@
2424
"requirements": [
2525
{
2626
"name": "puppet",
27-
"version_requirement": ">= 5.5.8 < 7.0.0"
27+
"version_requirement": ">= 6.1.0 < 8.0.0"
2828
}
2929
],
3030
"operatingsystem_support": [
3131
{
3232
"operatingsystem": "RedHat",
3333
"operatingsystemrelease": [
34-
"7"
34+
"7", "8"
3535
]
3636
},
3737
{
3838
"operatingsystem": "CentOS",
3939
"operatingsystemrelease": [
40-
"7"
40+
"7", "8"
4141
]
4242
},
4343
{
4444
"operatingsystem": "OracleLinux",
4545
"operatingsystemrelease": [
46-
"7"
46+
"7", "8"
4747
]
4848
},
4949
{

0 commit comments

Comments
 (0)