diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-11-02 00:06:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 00:06:27 +0300 |
commit | 752ba5db217895e06bb2ba345411cef6d0d8eae6 (patch) | |
tree | d007eb1c67b8765f3c3f8d3cef2c89cca5fdac5e | |
parent | a94558576cea2cb27d6cb9de331d21413ec7abb0 (diff) |
Test actions - Add more base images (#245)
update base images
-rw-r--r-- | .github/workflows/test-all.yaml | 3 | ||||
-rw-r--r-- | .github/workflows/test-pr.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 28bf5e7..412eb11 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -44,7 +44,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", ] 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", ] |