Skip to content

Commit 752ba5d

Browse files
Test actions - Add more base images (#245)
update base images
1 parent a945585 commit 752ba5d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-all.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ jobs:
4444
[
4545
"ubuntu:focal",
4646
"ubuntu:jammy",
47+
"ubuntu:bionic",
4748
"debian:11",
49+
"debian:10",
50+
"debian:9",
4851
"mcr.microsoft.com/devcontainers/base:ubuntu",
4952
"mcr.microsoft.com/devcontainers/base:debian",
5053
]

.github/workflows/test-pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151
[
5252
"ubuntu:focal",
5353
"ubuntu:jammy",
54+
"ubuntu:bionic",
5455
"debian:11",
56+
"debian:10",
57+
"debian:9",
5558
"mcr.microsoft.com/devcontainers/base:ubuntu",
5659
"mcr.microsoft.com/devcontainers/base:debian",
5760
]

0 commit comments

Comments
 (0)