Skip to content

Commit

Permalink
Merge pull request #60 from dafyddcrosby/rm_eol_rubies
Browse files Browse the repository at this point in the history
[CI] Drop EOL Rubies
  • Loading branch information
sean-simmons-progress authored Dec 17, 2024
2 parents bc8adbe + 562af21 commit c7712f5
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,6 @@ expeditor:

steps:

- label: run-specs-:ruby:-2.5
command:
- .expeditor/run_linux_tests.sh rake spec
expeditor:
executor:
docker:
image: ruby:2.5

- label: run-specs-:ruby:-2.6
command:
- .expeditor/run_linux_tests.sh rake spec
expeditor:
executor:
docker:
image: ruby:2.6

- label: run-specs-:ruby:-2.7
command:
- .expeditor/run_linux_tests.sh rake spec
expeditor:
executor:
docker:
image: ruby:2.7

- label: run-specs-:ruby:-3.0
command:
- .expeditor/run_linux_tests.sh rake spec
Expand Down

0 comments on commit c7712f5

Please sign in to comment.