Skip to content

Commit

Permalink
Add Ruby 3.0 testing
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Apr 7, 2021
1 parent 7017966 commit 23d31e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ steps:
executor:
docker:
image: ruby:2.6-buster

- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake
Expand All @@ -37,6 +38,14 @@ steps:
docker:
image: ruby:2.7-buster

- label: run-lint-and-specs-ruby-3.0
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
image: ruby:3.0-buster

- label: run-specs-windows
command:
- bundle install --jobs=7 --retry=3 --without docs debug
Expand Down

0 comments on commit 23d31e8

Please sign in to comment.