Skip to content

Commit c808003

Browse files
authored
Merge pull request #252 from jupyterhub/test-matrix-updates
Modernize test matrix
2 parents 37a2e8e + f65a8e9 commit c808003

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
python-version:
35-
- "3.5"
36-
- "3.9"
35+
- "3.6"
36+
- "3.10"
3737
JHUB_VER:
38-
- "0.9.6"
3938
- "1.0.0"
40-
- "1.1.0"
41-
- "1.2.0"
42-
- "1.3.0"
39+
- "1.5.1"
40+
- "2.3.1"
4341
allow_failure: [false]
4442

4543
exclude:
@@ -53,6 +51,9 @@ jobs:
5351
- JHUB_VER: "main"
5452
python-version: "3.9"
5553
allow_failure: true
54+
- JHUB_VER: "3.0.0"
55+
python-version: "3.9"
56+
allow_failure: true
5657

5758
steps:
5859
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)