ci: add ubuntu 22.04 to virtual env

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-05-23 10:24:21 +02:00
parent e551b19e49
commit bb751c2095
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -4,6 +4,16 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 10 * * *' - cron: '0 10 * * *'
push:
branches:
- 'master'
paths:
- '.github/workflows/virtual-env.yml'
pull_request:
branches:
- 'master'
paths:
- '.github/workflows/virtual-env.yml'
jobs: jobs:
os: os:
@ -13,6 +23,7 @@ jobs:
matrix: matrix:
os: os:
- ubuntu-latest - ubuntu-latest
- ubuntu-22.04
- ubuntu-20.04 - ubuntu-20.04
- ubuntu-18.04 - ubuntu-18.04
steps: steps: