File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ steps:
19
19
docker :
20
20
image : ruby:3.1
21
21
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
+
22
30
- label : run-specs-ruby-3.1-windows
23
31
command :
24
32
- .expeditor/run_windows_tests.ps1
@@ -33,3 +41,19 @@ steps:
33
41
- FORCE_FFI_YAJL=ext
34
42
- EXPIRE_CACHE=true
35
43
- 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
+
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ source "https://rubygems.org"
2
2
3
3
gemspec
4
4
5
+ gem "syslog"
6
+
5
7
group :development do
6
8
gem "chefstyle"
7
9
gem "rake"
You can’t perform that action at this time.
0 commit comments