Skip to content

Commit

Permalink
Update matrix version
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Dec 26, 2023
1 parent e8d1a1e commit bdc6625
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby:
- "2.7"
puppet:
- "7"

include:
- ruby: '2.7'
puppet: '7'
- ruby: '3.0'
puppet: '7'
- ruby: '3.2'
puppet: '8'
env:
PUPPET_VERSION: ${{ matrix.puppet }}

Expand Down
2 changes: 1 addition & 1 deletion modules/kafo_configure/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.5.0 < 8.0.0"
"version_requirement": ">= 4.5.0 < 9.0.0"
}
]
}

0 comments on commit bdc6625

Please sign in to comment.