File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,25 @@ expeditor:
11
11
12
12
steps :
13
13
14
+ - label : run-lint-and-specs-ruby-3.1
15
+ command :
16
+ - .expeditor/run_linux_tests.sh rake
17
+ expeditor :
18
+ executor :
19
+ docker :
20
+ image : ruby:3.1
21
+
22
+ - label : run-specs-ruby-3.1-windows
23
+ command :
24
+ - .expeditor/run_windows_tests.ps1
25
+ expeditor :
26
+ executor :
27
+ docker :
28
+ host_os : windows
29
+ shell : ["powershell", "-Command"]
30
+ image : rubydistros/windows-2019:3.1
31
+ user : " NT AUTHORITY\\ SYSTEM"
32
+
14
33
- label : run-lint-and-specs-ruby-3.4
15
34
command :
16
35
- .expeditor/run_linux_tests.sh rake
Original file line number Diff line number Diff line change 1
1
AllCops :
2
- TargetRubyVersion : 2.7
2
+ TargetRubyVersion : 3.1
3
3
4
4
Lint/UnderscorePrefixedVariableName :
5
5
Exclude :
You can’t perform that action at this time.
0 commit comments