tests: Remove Ubuntu 21.04 and 21.10 from the test matrix

Both releases are beyond their respective EoL [1].

[1]: https://wiki.ubuntu.com/Releases
This commit is contained in:
Tomas Babej
2022-07-24 13:32:23 -04:00
parent 4d84252012
commit 08d647102f
4 changed files with 0 additions and 76 deletions

View File

@@ -64,22 +64,6 @@ services:
security_opt:
- label=type:container_runtime_t
tty: true
test-ubuntu2104:
build:
context: .
dockerfile: test/docker/ubuntu2104
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-ubuntu2110:
build:
context: .
dockerfile: test/docker/ubuntu2110
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-debianstable:
build:
context: .