ci: test against 21.10

This commit is contained in:
Erik Sundell
2021-10-18 03:37:21 +02:00
parent 96c3e6fb93
commit 69f2b0b504
2 changed files with 9 additions and 0 deletions

View File

@@ -67,6 +67,11 @@ jobs:
ubuntu_version: "20.04"
python_version: "3.9"
extra_flags: ""
- name: "Int. tests: Ubuntu 21.10, Py 3.9"
runs_on: "20.04"
ubuntu_version: "21.10"
python_version: "3.9"
extra_flags: ""
- name: "Int. tests: Ubuntu 20.04, Py 3.9, --upgrade"
ubuntu_version: "20.04"
python_version: "3.9"

View File

@@ -48,6 +48,10 @@ jobs:
- name: "Unit tests: Ubuntu 20.04, Py 3.9"
ubuntu_version: "20.04"
python_version: "3.9"
- name: "Unit tests: Ubuntu 21.10, Py 3.9"
runs_on: "20.04"
ubuntu_version: "21.10"
python_version: "3.9"
steps:
- uses: actions/checkout@v2