@@ -180,6 +180,36 @@ jobs:
180
180
181
181
182
182
183
+ amazonlinux-2023 :
184
+ name : Amazon 2023
185
+ if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
186
+ uses : ./.github/workflows/test-linux.yml
187
+ needs :
188
+ - lint
189
+ - generate-actions-workflow
190
+ with :
191
+ distro-slug : amazonlinux-2023
192
+ display-name : Amazon 2023
193
+ container-slug : amazonlinux-2023
194
+ timeout : 20
195
+ instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
196
+
197
+
198
+ debian-11 :
199
+ name : Debian 11
200
+ if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
201
+ uses : ./.github/workflows/test-linux.yml
202
+ needs :
203
+ - lint
204
+ - generate-actions-workflow
205
+ with :
206
+ distro-slug : debian-11
207
+ display-name : Debian 11
208
+ container-slug : debian-11
209
+ timeout : 20
210
+ instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
211
+
212
+
183
213
debian-12 :
184
214
name : Debian 12
185
215
if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
@@ -190,7 +220,7 @@ jobs:
190
220
with :
191
221
distro-slug : debian-12
192
222
display-name : Debian 12
193
- container-slug : systemd- debian-12
223
+ container-slug : debian-12
194
224
timeout : 20
195
225
instances : ' ["stable-3007", "git-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'
196
226
@@ -205,7 +235,7 @@ jobs:
205
235
with :
206
236
distro-slug : photon-5
207
237
display-name : Photon OS 5
208
- container-slug : systemd- photon-5
238
+ container-slug : photon-5
209
239
timeout : 20
210
240
instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
211
241
@@ -220,7 +250,7 @@ jobs:
220
250
with :
221
251
distro-slug : rockylinux-8
222
252
display-name : Rocky Linux 8
223
- container-slug : systemd- rockylinux-8
253
+ container-slug : rockylinux-8
224
254
timeout : 20
225
255
instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
226
256
@@ -235,7 +265,7 @@ jobs:
235
265
with :
236
266
distro-slug : rockylinux-9
237
267
display-name : Rocky Linux 9
238
- container-slug : systemd- rockylinux-9
268
+ container-slug : rockylinux-9
239
269
timeout : 20
240
270
instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
241
271
@@ -250,7 +280,7 @@ jobs:
250
280
with :
251
281
distro-slug : ubuntu-2204
252
282
display-name : Ubuntu 22.04
253
- container-slug : systemd- ubuntu-22.04
283
+ container-slug : ubuntu-22.04
254
284
timeout : 20
255
285
instances : ' ["stable-3006", "git-3006", "onedir-3006", "stable-3006-8", "stable-3007", "git-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'
256
286
@@ -267,6 +297,8 @@ jobs:
267
297
- macos-13
268
298
- macos-14
269
299
- windows-2022
300
+ - amazonlinux-2023
301
+ - debian-11
270
302
- debian-12
271
303
- photon-5
272
304
- rockylinux-8
0 commit comments