Skip to content

Commit

Permalink
Merge pull request #754 from inspec/ss/remove-ruby-2.7-support
Browse files Browse the repository at this point in the history
[WIP] Drop ruby 2.7 test as it has reached EOL
  • Loading branch information
Vasu1105 authored Oct 16, 2023
2 parents 8c743c8 + 75c97b0 commit 937281f
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,21 @@ expeditor:
steps:

# make sure lint runs on the oldest Ruby we support so we catch any new Ruby-isms here
- label: lint-ruby-2.7
- label: lint-ruby-3.0.6
command:
- RAKE_TASK=lint /workdir/.expeditor/buildkite/verify.sh
expeditor:
executor:
docker:
image: ruby:2.7
image: ruby:3.0.6

- label: run-tests-ruby-2.7
- label: run-tests-ruby-3.0.6
command:
- /workdir/.expeditor/buildkite/verify.sh
expeditor:
executor:
docker:
image: ruby:2.7

- label: run-tests-ruby-3.0
command:
- /workdir/.expeditor/buildkite/verify.sh
expeditor:
executor:
docker:
image: ruby:3.0
image: ruby:3.0.6

- label: run-tests-ruby-3.1
command:
Expand All @@ -42,18 +34,6 @@ steps:
executor:
docker:
image: ruby:3.1

- label: run-tests-ruby-2.7-windows
command:
- /workdir/.expeditor/buildkite/verify.ps1
expeditor:
executor:
docker:
environment:
- BUILDKITE
host_os: windows
shell: ["powershell", "-Command"]
image: rubydistros/windows-2019:2.7

- label: run-tests-ruby-3.0-windows
command:
Expand Down

0 comments on commit 937281f

Please sign in to comment.