@@ -22,10 +22,10 @@ jobs:
22
22
- centos-7
23
23
- centos-8
24
24
- almalinux-8
25
- # - almalinux-9 # TODO: uncomment this when almalinux-9 dokken image is fixed
26
- - ubuntu-1804
25
+ - almalinux-9
27
26
- ubuntu-2004
28
27
- ubuntu-2204
28
+ - ubuntu-2404
29
29
suite :
30
30
- chef-workstation
31
31
- inspec
62
62
CHEF_LICENSE : accept-no-persist
63
63
KITCHEN_LOCAL_YAML : kitchen.dokken.yml
64
64
65
-
66
- integration-windows-2016 :
67
- runs-on : windows-2016
68
- strategy :
69
- matrix :
70
- os :
71
- - windows-2016
72
- suite :
73
- - chef-workstation
74
- - inspec
75
- fail-fast : false
76
- steps :
77
- - name : Check windows Version
78
- run : systeminfo
79
- - name : Check out code
80
- uses : actions/checkout@main
81
- - name : Install Chef
82
- uses : actionshub/chef-install@main
83
- - name : Test-Kitchen Converge
84
- uses : actionshub/test-kitchen@main
85
- with :
86
- suite : ${{ matrix.suite }}
87
- os : ${{ matrix.os }}
88
- action : converge
89
- env :
90
- CHEF_LICENSE : accept-no-persist
91
- KITCHEN_LOCAL_YAML : kitchen.exec.yml
92
- continue-on-error : false
93
- - name : Test-Kitchen Verify
94
- uses : actionshub/test-kitchen@main
95
- with :
96
- suite : ${{ matrix.suite }}
97
- os : ${{ matrix.os }}
98
- action : verify
99
- env :
100
- CHEF_LICENSE : accept-no-persist
101
- KITCHEN_LOCAL_YAML : kitchen.exec.yml
102
-
103
65
integration-windows-2019 :
104
66
runs-on : windows-2019
105
67
strategy :
@@ -219,7 +181,6 @@ jobs:
219
181
- jsonlint
220
182
- cookstylelint
221
183
- integration-dokken
222
- - integration-windows-2016
223
184
- integration-windows-2019
224
185
- integration-windows-2022
225
186
- integration-macos-latest
0 commit comments