Merge pull request #622 from crazy-max/ubuntu-2204

ci: add ubuntu 22.04 to virtual env
This commit is contained in:
CrazyMax 2022-05-31 10:18:41 +02:00 committed by GitHub
commit 4c2810ab91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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