summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml40
1 files changed, 26 insertions, 14 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index d103ee1..0724ea3 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -6,43 +6,55 @@ expeditor:
steps:
-- label: run-lint-and-specs-ruby-2.4
+- label: run-lint-and-specs-ruby-2.6
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
- image: ruby:2.4-buster
-
-- label: run-lint-and-specs-ruby-2.5
+ image: ruby:2.6
+- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
- image: ruby:2.5-buster
+ image: ruby:2.7
-- label: run-lint-and-specs-ruby-2.6
+- label: run-lint-and-specs-ruby-3.0
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
- image: ruby:2.6-buster
-- label: run-lint-and-specs-ruby-2.7
+ image: ruby:3.0
+
+- label: run-lint-and-specs-ruby-3.1
command:
- .expeditor/run_linux_tests.sh rake
expeditor:
executor:
docker:
- image: ruby:2.7-buster
+ image: ruby:3.1
+
+- label: run-specs-ruby-3.0-windows
+ commands:
+ - .expeditor/run_windows_tests.ps1
+
+ expeditor:
+ executor:
+ docker:
+ host_os: windows
+ shell: ["powershell"]
+ image: rubydistros/windows-2019:3.0
+
+- label: run-specs-ruby-3.1-windows
+ commands:
+ - .expeditor/run_windows_tests.ps1
-- label: run-specs-windows
- command:
- - bundle config set --local without docs debug
- - bundle install --jobs=7 --retry=3
- - bundle exec rake
expeditor:
executor:
docker:
host_os: windows
+ shell: ["powershell"]
+ image: rubydistros/windows-2019:3.1 \ No newline at end of file