Skip to content

Commit

Permalink
Merge pull request #22 from inspec/CHEF-11639-upgrade-tain-kubernetes
Browse files Browse the repository at this point in the history
add support for ruby 3.3 tests
  • Loading branch information
sathish-progress authored Jul 2, 2024
2 parents 03de838 + 964eb25 commit 9c60a50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .expeditor/coverage.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ expeditor:

steps:

- label: coverage-ruby-3.0
- label: coverage-ruby-3.1
command:
- CI_ENABLE_COVERAGE=1 /workdir/.expeditor/run_linux_tests.sh "rake spec"
expeditor:
secrets: true
executor:
docker:
image: ruby:3.0
image: ruby:3.1
14 changes: 7 additions & 7 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@ steps:
expeditor:
executor:
docker:
image: ruby:3.0
image: ruby:3.1

- label: run-specs-ruby-3.0
- label: run-specs-ruby-3.1
command:
- /workdir/.expeditor/run_linux_tests.sh "rake spec"
expeditor:
executor:
docker:
image: ruby:3.0
image: ruby:3.1

- label: run-specs-ruby-3.1
- label: run-specs-ruby-3.2
command:
- /workdir/.expeditor/run_linux_tests.sh "rake spec"
expeditor:
executor:
docker:
image: ruby:3.1
image: ruby:3.2

- label: run-specs-ruby-3.2
- label: run-specs-ruby-3.3
command:
- /workdir/.expeditor/run_linux_tests.sh "rake spec"
expeditor:
executor:
docker:
image: ruby:3.2
image: ruby:3.3

2 changes: 1 addition & 1 deletion train-kubernetes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/inspec/train-kubernetes'
spec.license = 'Apache-2.0'

spec.required_ruby_version = '>= 2.4'
spec.required_ruby_version = '>= 3.1'

# Though complicated-looking, this is pretty standard for a gemspec.
# It just filters what will actually be packaged in the gem (leaving
Expand Down

0 comments on commit 9c60a50

Please sign in to comment.