ci(virtual-env): add ubuntu-24.04 to the matrix
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/virtual-env.yml
vendored
3
.github/workflows/virtual-env.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
- ubuntu-24.04
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
@@ -42,7 +43,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Docker daemon conf
|
name: Docker daemon conf
|
||||||
run: |
|
run: |
|
||||||
cat /etc/docker/daemon.json
|
cat /etc/docker/daemon.json || true
|
||||||
-
|
-
|
||||||
name: Docker info
|
name: Docker info
|
||||||
run: docker info
|
run: docker info
|
||||||
|
|||||||
Reference in New Issue
Block a user