Skip to content

Commit

Permalink
Update ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Paxton committed Jan 25, 2024
1 parent 17fd49a commit 2263f73
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,22 @@ jobs:
matrix:
include:
# note: actions/setup-ruby only allows using a major.minor release of ruby
- ruby: '2.5'
- ruby: '2.7'
puppet: "6.0"
check: "check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
name: 'static'
- ruby: '2.4'
- ruby: '2.7'
puppet: "5.0"
check: "parallel_spec"
name: 'spec'
- ruby: '2.5'
- ruby: '2.7'
puppet: "6.0"
check: "parallel_spec"
name: 'spec'
- ruby: '2.7'
puppet: "7.0"
check: "parallel_spec"
name: 'spec'
env:
CHECK: '${{ matrix.check }}'
PUPPET_GEM_VERSION: '~> ${{ matrix.puppet }}'
Expand Down

0 comments on commit 2263f73

Please sign in to comment.