aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-pr.yaml
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-11-02 00:06:27 +0300
committerGitHub <noreply@github.com>2022-11-02 00:06:27 +0300
commit752ba5db217895e06bb2ba345411cef6d0d8eae6 (patch)
treed007eb1c67b8765f3c3f8d3cef2c89cca5fdac5e /.github/workflows/test-pr.yaml
parenta94558576cea2cb27d6cb9de331d21413ec7abb0 (diff)
Test actions - Add more base images (#245)
update base images
Diffstat (limited to '.github/workflows/test-pr.yaml')
-rw-r--r--.github/workflows/test-pr.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test-pr.yaml b/.github/workflows/test-pr.yaml
index f7ad2f0..700c875 100644
--- a/.github/workflows/test-pr.yaml
+++ b/.github/workflows/test-pr.yaml
@@ -51,7 +51,10 @@ jobs:
[
"ubuntu:focal",
"ubuntu:jammy",
+ "ubuntu:bionic",
"debian:11",
+ "debian:10",
+ "debian:9",
"mcr.microsoft.com/devcontainers/base:ubuntu",
"mcr.microsoft.com/devcontainers/base:debian",
]