Skip to content

Commit

Permalink
Merge pull request voxpupuli#364 from oranenj/test-with-new-stuff
Browse files Browse the repository at this point in the history
Add newer OSes and Puppet 7 to test matrix, drop Puppet 5
  • Loading branch information
oranenj authored Apr 20, 2021
2 parents 183ec6e + a4f2ce4 commit 0cc94e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,9 @@ jobs:
- name: Run tests
run: bundle exec rake beaker
env:
# Yes, this should be in modulesync, but for now, just work around weird test failures
# caused by locale on CentOS 7 with Puppet 7
LANG: en_US
LC_ALL: en_US.UTF-8
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }}
BEAKER_setfile: ${{ matrix.setfile.value }}
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.5.8 < 7.0.0"
"version_requirement": ">= 6.1.0 < 8.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7", "8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"7", "8"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7"
"7", "8"
]
},
{
Expand Down

0 comments on commit 0cc94e8

Please sign in to comment.