tests: Add Ubuntu 22.04 into the test matrix
This commit is contained in:
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@@ -30,6 +30,9 @@ jobs:
|
|||||||
- name: "Ubuntu 20.04"
|
- name: "Ubuntu 20.04"
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
dockerfile: ubuntu2004
|
dockerfile: ubuntu2004
|
||||||
|
- name: "Ubuntu 22.04"
|
||||||
|
runner: ubuntu-latest
|
||||||
|
dockerfile: ubuntu2204
|
||||||
- name: "OpenSUSE 15"
|
- name: "OpenSUSE 15"
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
dockerfile: opensuse15
|
dockerfile: opensuse15
|
||||||
|
|||||||
@@ -64,6 +64,14 @@ services:
|
|||||||
security_opt:
|
security_opt:
|
||||||
- label=type:container_runtime_t
|
- label=type:container_runtime_t
|
||||||
tty: true
|
tty: true
|
||||||
|
test-ubuntu2204:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: test/docker/ubuntu2204
|
||||||
|
network_mode: "host"
|
||||||
|
security_opt:
|
||||||
|
- label=type:container_runtime_t
|
||||||
|
tty: true
|
||||||
test-debianstable:
|
test-debianstable:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
Reference in New Issue
Block a user