mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: test against 21.10
This commit is contained in:
5
.github/workflows/integration-test.yaml
vendored
5
.github/workflows/integration-test.yaml
vendored
@@ -67,6 +67,11 @@ jobs:
|
|||||||
ubuntu_version: "20.04"
|
ubuntu_version: "20.04"
|
||||||
python_version: "3.9"
|
python_version: "3.9"
|
||||||
extra_flags: ""
|
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"
|
- name: "Int. tests: Ubuntu 20.04, Py 3.9, --upgrade"
|
||||||
ubuntu_version: "20.04"
|
ubuntu_version: "20.04"
|
||||||
python_version: "3.9"
|
python_version: "3.9"
|
||||||
|
|||||||
4
.github/workflows/unit-test.yaml
vendored
4
.github/workflows/unit-test.yaml
vendored
@@ -48,6 +48,10 @@ jobs:
|
|||||||
- name: "Unit tests: Ubuntu 20.04, Py 3.9"
|
- name: "Unit tests: Ubuntu 20.04, Py 3.9"
|
||||||
ubuntu_version: "20.04"
|
ubuntu_version: "20.04"
|
||||||
python_version: "3.9"
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user