@@ -180,6 +180,36 @@ jobs:
180180
181181
182182
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+
183213 debian-12 :
184214 name : Debian 12
185215 if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
@@ -190,7 +220,7 @@ jobs:
190220 with :
191221 distro-slug : debian-12
192222 display-name : Debian 12
193- container-slug : systemd- debian-12
223+ container-slug : debian-12
194224 timeout : 20
195225 instances : ' ["stable-3007", "git-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'
196226
@@ -205,7 +235,7 @@ jobs:
205235 with :
206236 distro-slug : photon-5
207237 display-name : Photon OS 5
208- container-slug : systemd- photon-5
238+ container-slug : photon-5
209239 timeout : 20
210240 instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
211241
@@ -220,7 +250,7 @@ jobs:
220250 with :
221251 distro-slug : rockylinux-8
222252 display-name : Rocky Linux 8
223- container-slug : systemd- rockylinux-8
253+ container-slug : rockylinux-8
224254 timeout : 20
225255 instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
226256
@@ -235,7 +265,7 @@ jobs:
235265 with :
236266 distro-slug : rockylinux-9
237267 display-name : Rocky Linux 9
238- container-slug : systemd- rockylinux-9
268+ container-slug : rockylinux-9
239269 timeout : 20
240270 instances : ' ["stable-3006", "onedir-3006", "stable-3006-8", "stable-3007", "onedir-3007", "stable-3007-1", "latest", "default"]'
241271
@@ -250,7 +280,7 @@ jobs:
250280 with :
251281 distro-slug : ubuntu-2204
252282 display-name : Ubuntu 22.04
253- container-slug : systemd- ubuntu-22.04
283+ container-slug : ubuntu-22.04
254284 timeout : 20
255285 instances : ' ["stable-3006", "git-3006", "onedir-3006", "stable-3006-8", "stable-3007", "git-3007", "onedir-3007", "stable-3007-1", "git-master", "latest", "default"]'
256286
@@ -267,6 +297,8 @@ jobs:
267297 - macos-13
268298 - macos-14
269299 - windows-2022
300+ - amazonlinux-2023
301+ - debian-11
270302 - debian-12
271303 - photon-5
272304 - rockylinux-8
0 commit comments