Skip to content

Commit

Permalink
Update matrix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Nov 24, 2023
1 parent e8d1a1e commit cd67282
Showing 1 changed file with 7 additions and 5 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

0 comments on commit cd67282

Please sign in to comment.