Skip to content

Commit a3f537a

Browse files
committed
Added support for Ruby 3.4
Signed-off-by: Ashique Saidalavi <[email protected]>
1 parent 91322f9 commit a3f537a

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.expeditor/verify.pipeline.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ steps:
1919
docker:
2020
image: ruby:3.1
2121

22+
- label: run-specs-ruby-3.4
23+
command:
24+
- .expeditor/run_linux_tests.sh rake
25+
expeditor:
26+
executor:
27+
docker:
28+
image: ruby:3.4
29+
2230
- label: run-specs-ruby-3.1-windows
2331
command:
2432
- .expeditor/run_windows_tests.ps1
@@ -33,3 +41,19 @@ steps:
3341
- FORCE_FFI_YAJL=ext
3442
- EXPIRE_CACHE=true
3543
- CHEF_LICENSE=accept-no-persist
44+
45+
- label: run-specs-ruby-3.4-windows
46+
command:
47+
- .expeditor/run_windows_tests.ps1
48+
expeditor:
49+
executor:
50+
docker:
51+
host_os: windows
52+
shell: ["powershell", "-Command"]
53+
image: rubydistros/windows-2019:3.4
54+
user: 'NT AUTHORITY\SYSTEM'
55+
environment:
56+
- FORCE_FFI_YAJL=ext
57+
- EXPIRE_CACHE=true
58+
- CHEF_LICENSE=accept-no-persist
59+

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ source "https://rubygems.org"
22

33
gemspec
44

5+
gem "syslog"
6+
57
group :development do
68
gem "chefstyle"
79
gem "rake"

0 commit comments

Comments
 (0)