File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 26
26
27
27
jobs :
28
28
build-release :
29
- runs-on : ubuntu-22.04
29
+ runs-on : ubuntu-latest
30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- uses : actions/setup-python@v5
33
33
with :
34
- python-version : " 3.11 "
34
+ python-version : " 3.12 "
35
35
36
36
- name : install build requirements
37
37
run : |
Original file line number Diff line number Diff line change 23
23
24
24
jobs :
25
25
pytest :
26
- runs-on : ubuntu-22.04
26
+ runs-on : ${{ matrix.runs-on }}
27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
31
- python-version : " 3.7"
32
32
jupyterhub-version : 1.*
33
33
sqlalchemy-version : 1.*
34
+ runs-on : ubuntu-22.04
34
35
- python-version : " 3.8"
35
- jupyterhub-version : 2.0.*
36
- sqlalchemy-version : 1.*
37
- - python-version : " 3.9"
38
36
jupyterhub-version : 2.*
39
37
sqlalchemy-version : 1.*
40
- - python-version : " 3.10"
38
+ runs-on : ubuntu-22.04
39
+ - python-version : " 3.9"
41
40
jupyterhub-version : 3.0.*
42
41
sqlalchemy-version : 1.*
43
- - python-version : " 3.11"
42
+ runs-on : ubuntu-latest
43
+ - python-version : " 3.10"
44
44
jupyterhub-version : 3.*
45
- - python-version : " 3.12"
45
+ runs-on : ubuntu-latest
46
+ - python-version : " 3.11"
46
47
jupyterhub-version : 4.*
48
+ runs-on : ubuntu-latest
49
+ - python-version : " 3.12"
50
+ jupyterhub-version : 5.*
51
+ runs-on : ubuntu-latest
47
52
48
53
steps :
49
54
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments