Skip to content

Commit

Permalink
Merge pull request #4 from gibbs/puppet-8-support
Browse files Browse the repository at this point in the history
Add Puppet 8 support. Drop near EOL Linux version support.
  • Loading branch information
gibbs committed Jan 21, 2024
2 parents 77292d1 + d4edb54 commit 4086709
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.3'
ruby-version: '3.2'
bundler-cache: true

- name: Run static validations
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.3'
ruby-version: '3.2'
bundler-cache: true

- name: Provision Testing Environments
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.2'
bundler-cache: true

- name: Build and Deploy
Expand Down
20 changes: 4 additions & 16 deletions metadata.json
Expand Up @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 9.0.0"
"version_requirement": ">= 4.13.1 < 10.0.0"
}
],
"operatingsystem_support": [
Expand All @@ -20,23 +20,17 @@
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"12",
"11"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8",
"7"
"8"
]
},
{
Expand All @@ -45,12 +39,6 @@
"8"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
Expand All @@ -62,7 +50,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.21.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 8.0.0"
}
],
"tags": [
Expand Down
2 changes: 0 additions & 2 deletions provision.yaml
Expand Up @@ -3,9 +3,7 @@ default:
provisioner: docker
images:
- 'litmusimage/almalinux:8'
- 'litmusimage/centos:8'
- 'litmusimage/debian:11'
- 'litmusimage/rockylinux:8'
- 'litmusimage/scientificlinux:7'
- 'litmusimage/ubuntu:22.04'
- 'litmusimage/ubuntu:20.04'

0 comments on commit 4086709

Please sign in to comment.