Skip to content

Commit 038bed3

Browse files
authored
ci: remove ubuntu:bionic from test matrixes (#677)
ci: remove ubuntu:bionic from test matrixes
1 parent 96bff00 commit 038bed3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test-all.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
]
4343
baseImage:
4444
[
45-
"ubuntu:bionic",
4645
"ubuntu:focal",
4746
"ubuntu:jammy",
4847
"debian:11",
@@ -112,4 +111,4 @@ jobs:
112111
run: npm install -g @devcontainers/cli
113112

114113
- name: "Testing global scenarios"
115-
run: devcontainer features test --global-scenarios-only .
114+
run: devcontainer features test --global-scenarios-only .

.github/workflows/test-pr.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
features: ${{ fromJSON(needs.detect-changes.outputs.features) }}
5050
baseImage:
5151
[
52-
"ubuntu:bionic",
5352
"ubuntu:focal",
5453
"ubuntu:jammy",
5554
"debian:11",
@@ -80,4 +79,4 @@ jobs:
8079
run: npm install -g @devcontainers/cli
8180

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

0 commit comments

Comments
 (0)