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

Skip to content

Commit 8e402cd

Browse files
committed
revert to >=3.1
Signed-off-by: rishichawda <[email protected]>
1 parent d8b56a4 commit 8e402cd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.expeditor/verify.pipeline.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@ expeditor:
1111

1212
steps:
1313

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+
1433
- label: run-lint-and-specs-ruby-3.4
1534
command:
1635
- .expeditor/run_linux_tests.sh rake

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.7
2+
TargetRubyVersion: 3.1
33

44
Lint/UnderscorePrefixedVariableName:
55
Exclude:

0 commit comments

Comments
 (0)