We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e9903 commit 260860aCopy full SHA for 260860a
.expeditor/verify.pipeline.yml
@@ -10,14 +10,14 @@ expeditor:
10
steps:
11
- label: run-specs-ruby-3.1
12
command:
13
- - .expeditor/scripts/install_ruby.ps1 -RubyVersion "3.1.6"
+ - .expeditor/scripts/install_ruby.ps1 -RubyVersion "3.1.6.1"
14
- .expeditor/scripts/run_windows_tests.ps1
15
agents:
16
queue: default-windows-2019-privileged
17
18
- label: run-specs-ruby-3.4
19
20
- - .expeditor/scripts/install_ruby.ps1 -RubyVersion "3.4.2"
+ - .expeditor/scripts/install_ruby.ps1 -RubyVersion "3.4.4.2"
21
22
23
0 commit comments