Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8b56a4

Browse files
committed
update pipeline images
Signed-off-by: rishichawda <[email protected]>
1 parent 49be1a5 commit d8b56a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.expeditor/verify.pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ expeditor:
1111

1212
steps:
1313

14-
- label: run-lint-and-specs-ruby-3.1
14+
- label: run-lint-and-specs-ruby-3.4
1515
command:
1616
- .expeditor/run_linux_tests.sh rake
1717
expeditor:
1818
executor:
1919
docker:
20-
image: ruby:3.1
20+
image: ruby:3.4
2121

22-
- label: run-specs-ruby-3.1-windows
22+
- label: run-specs-ruby-3.4-windows
2323
command:
2424
- .expeditor/run_windows_tests.ps1
2525
expeditor:
2626
executor:
2727
docker:
2828
host_os: windows
2929
shell: ["powershell", "-Command"]
30-
image: rubydistros/windows-2019:3.1
30+
image: rubydistros/windows-2019:3.4
3131
user: "NT AUTHORITY\\SYSTEM"

0 commit comments

Comments
 (0)