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:
CrazyMax 2024-05-15 14:22:51 +02:00
parent 624e16fb7c
commit 448f9ac218
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -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