Skip to content

Commit

Permalink
ci: remove ubuntu:bionic from test matrixes (#677)
Browse files Browse the repository at this point in the history
ci: remove ubuntu:bionic from test matrixes
  • Loading branch information
eitsupi authored Aug 29, 2023
1 parent 96bff00 commit 038bed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
]
baseImage:
[
"ubuntu:bionic",
"ubuntu:focal",
"ubuntu:jammy",
"debian:11",
Expand Down Expand Up @@ -112,4 +111,4 @@ jobs:
run: npm install -g @devcontainers/cli

- name: "Testing global scenarios"
run: devcontainer features test --global-scenarios-only .
run: devcontainer features test --global-scenarios-only .
3 changes: 1 addition & 2 deletions .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
features: ${{ fromJSON(needs.detect-changes.outputs.features) }}
baseImage:
[
"ubuntu:bionic",
"ubuntu:focal",
"ubuntu:jammy",
"debian:11",
Expand Down Expand Up @@ -80,4 +79,4 @@ jobs:
run: npm install -g @devcontainers/cli

- name: "Testing '${{ matrix.features }}' scenarios"
run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated .
run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated .

0 comments on commit 038bed3

Please sign in to comment.