Skip to content

Commit

Permalink
tests: Add Ubuntu 22.04 into the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbabej committed Jul 24, 2022
1 parent 08d6471 commit 8845055
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: "Ubuntu 20.04"
runner: ubuntu-latest
dockerfile: ubuntu2004
- name: "Ubuntu 22.04"
runner: ubuntu-latest
dockerfile: ubuntu2204
- name: "OpenSUSE 15"
runner: ubuntu-latest
dockerfile: opensuse15
Expand Down
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ services:
security_opt:
- label=type:container_runtime_t
tty: true
test-ubuntu2204:
build:
context: .
dockerfile: test/docker/ubuntu2204
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-debianstable:
build:
context: .
Expand Down

0 comments on commit 8845055

Please sign in to comment.