Add Ubuntu 24.04 Docker image

This commit is contained in:
Bo Anderson 2024-05-14 05:25:14 +01:00
parent 8378cc825d
commit 978f5adf47
No known key found for this signature in database

View File

@ -22,10 +22,10 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
version: ["18.04", "20.04", "22.04"] version: ["18.04", "20.04", "22.04", "24.04"]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@main uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false persist-credentials: false