Skip to content

Commit

Permalink
Puppet 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Feb 14, 2024
1 parent 0ff39c6 commit b6e54e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,19 @@ jobs:
BUNDLE_WITH: "development"
strategy:
matrix:
puppet: [7.0]
ruby: [2.7]
puppet:
- '~> 7.0'
- '~> 8.0'
ruby:
- '2.7'
- '3.1'
- '3.2'
exclude:
- ruby: '2.7'
puppet: '~> 8.0'
steps:
- name: Checkout Source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -49,7 +57,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: main

Expand All @@ -76,7 +84,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: main
- name: Get Version
Expand Down Expand Up @@ -108,7 +116,7 @@ jobs:
(needs.tag.result == 'success')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: main
- name: Build and publish Puppet module
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"tags": [
Expand All @@ -83,4 +83,4 @@
"pdk-version": "3.0.0",
"template-url": "pdk-default#3.0.0",
"template-ref": "tags/3.0.0-0-g056e50d"
}
}

0 comments on commit b6e54e6

Please sign in to comment.