Skip to content

Commit

Permalink
Add ruby-3.0 & ruby-3.1 test on windows and remove linux tests
Browse files Browse the repository at this point in the history
Signed-off-by: skeshari12 <[email protected]>
  • Loading branch information
skeshari12 committed Apr 6, 2022
1 parent ee8bd0c commit f32f8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .expeditor/run_windows_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ If ($lastexitcode -ne 0) { Exit $lastexitcode }

Write-Output "--- Bundle Execute"

bundle exec rake
bundle exec rake spec
If ($lastexitcode -ne 0) { Exit $lastexitcode }
4 changes: 2 additions & 2 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
executor:
docker:
host_os: windows
image: rubydistros/windows-2019:3.1
image: rubydistros/windows-2019:3.0
shell: [ "powershell", "-Command" ]

- label: "run-specs-ruby-3.1-windows"
Expand All @@ -26,5 +26,5 @@ steps:
executor:
docker:
host_os: windows
image: rubydistros/windows-2019:3.0
image: rubydistros/windows-2019:3.1
shell: [ "powershell", "-Command" ]

0 comments on commit f32f8fd

Please sign in to comment.