workflows/docker: add 22.04

This commit is contained in:
Dawid Dziurla 2022-04-24 22:33:47 +02:00 committed by GitHub
parent c2eaeed0b5
commit 3e88dcb7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["16.04", "18.04", "20.04"]
version: ["16.04", "18.04", "20.04", "22.04"]
steps:
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
persist-credentials: false
- name: Fetch origin/master from Git
run: git fetch origin master