diff options
author | eitsupi <50911393+eitsupi@users.noreply.github.com> | 2023-08-29 19:32:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 19:32:46 +0300 |
commit | 038bed3d58a84885da8a008b80905da17d57a543 (patch) | |
tree | 1221caf74d8cf09db8d93726d57efdcc8584524a /.github/workflows/test-all.yaml | |
parent | 96bff0097028001e6e4126c5528d37cb8c13e785 (diff) |
ci: remove `ubuntu:bionic` from test matrixes (#677)
ci: remove ubuntu:bionic from test matrixes
Diffstat (limited to '.github/workflows/test-all.yaml')
-rw-r--r-- | .github/workflows/test-all.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 8dc206d..40f5efa 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -42,7 +42,6 @@ jobs: ] baseImage: [ - "ubuntu:bionic", "ubuntu:focal", "ubuntu:jammy", "debian:11", @@ -112,4 +111,4 @@ jobs: run: npm install -g @devcontainers/cli - name: "Testing global scenarios" - run: devcontainer features test --global-scenarios-only .
\ No newline at end of file + run: devcontainer features test --global-scenarios-only . |