Skip to content

Commit

Permalink
tests: Remove Ubuntu 21.04 and 21.10 from the test matrix
Browse files Browse the repository at this point in the history
Both releases are beyond their respective EoL [1].

[1]: https://wiki.ubuntu.com/Releases
  • Loading branch information
tbabej committed Jul 24, 2022
1 parent 4d84252 commit 08d6471
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 76 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
- name: "Ubuntu 20.04"
runner: ubuntu-latest
dockerfile: ubuntu2004
- name: "Ubuntu 21.04"
runner: ubuntu-latest
dockerfile: ubuntu2104
- name: "Ubuntu 21.10"
runner: ubuntu-latest
dockerfile: ubuntu2110
- name: "OpenSUSE 15"
runner: ubuntu-latest
dockerfile: opensuse15
Expand Down
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
27 changes: 0 additions & 27 deletions test/docker/ubuntu2104

This file was deleted.

27 changes: 0 additions & 27 deletions test/docker/ubuntu2110

This file was deleted.

0 comments on commit 08d6471

Please sign in to comment.