diff options
author | Chuck Lantz <clantz@microsoft.com> | 2022-11-07 21:46:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 21:46:23 +0300 |
commit | 3020d6da64798ee994d407ffd3ce3f800f6dff92 (patch) | |
tree | 4ed3232c30221851cfaf5c074fdc36c6c5c8bcc1 /.github | |
parent | 73a9c7d38293067a4081b8d79dd12e92a585ef83 (diff) |
Fix python feature issue #258, improve tests, fix oryx bug (#261)
* Fix #258, improve tests, fix oryx bug
* Drop Debian 9 from tests given it is out of support
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-all.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/test-pr.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 412eb11..cf876a4 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -47,7 +47,6 @@ jobs: "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 700c875..f89923d 100644 --- a/.github/workflows/test-pr.yaml +++ b/.github/workflows/test-pr.yaml @@ -54,7 +54,6 @@ jobs: "ubuntu:bionic", "debian:11", "debian:10", - "debian:9", "mcr.microsoft.com/devcontainers/base:ubuntu", "mcr.microsoft.com/devcontainers/base:debian", ] |