Skip to content

Commit

Permalink
added the ruby 3.3 pipeline and remove older ruby ones
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jul 10, 2024
1 parent ca49954 commit 706c3d9
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,13 @@ expeditor:

steps:

- label: run-specs-ruby-2.7
- label: run-specs-ruby-3.3
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"
expeditor:
executor:
docker:
image: ruby:3.0

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


- label: run-specs-ruby-2.7-windows
Expand Down

0 comments on commit 706c3d9

Please sign in to comment.