ci: run int. and unit tests on 22.04 LTS + py3.10

This commit is contained in:
Mridul Seth
2022-05-09 12:25:45 -06:00
parent 121b4c7d8d
commit 2e5d275c7e
2 changed files with 7 additions and 0 deletions

View File

@@ -71,6 +71,10 @@ jobs:
ubuntu_version: "21.10"
python_version: "3.9"
extra_flags: ""
- name: "Int. tests: Ubuntu 22.04, Py 3.10"
ubuntu_version: "22.04"
python_version: "3.10"
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,9 @@ jobs:
- name: "Unit tests: Ubuntu 20.04, Py 3.9"
ubuntu_version: "20.04"
python_version: "3.9"
- name: "Unit tests: Ubuntu 22.04, Py 3.10"
ubuntu_version: "22.04"
python_version: "3.10"
# Test against Ubuntu 21.10 fails as of 2021-10-18 fail with the error
# described in: https://github.com/jupyterhub/the-littlest-jupyterhub/issues/714#issuecomment-945154101
#