Given that Ubuntu 18.04 is already EOL (devcontainers/images#90), isn't there a need to test all features on this base image?
|
baseImage: |
|
[ |
|
"ubuntu:bionic", |
|
"ubuntu:focal", |
|
"ubuntu:jammy", |
|
"debian:11", |
|
"debian:12", |
|
"mcr.microsoft.com/devcontainers/base:ubuntu", |
|
"mcr.microsoft.com/devcontainers/base:debian", |
|
] |
Given that Ubuntu 18.04 is already EOL (devcontainers/images#90), isn't there a need to test all features on this base image?
features/.github/workflows/test-all.yaml
Lines 43 to 52 in 0668db5