Skip to content

Commit

Permalink
Add support for JupyterHub 5.0 (nebari-dev#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored May 24, 2024
1 parent 1a65b5c commit 6795002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- ubuntu-latest
jupyterhub:
- "4.1.5"
- "5.0.0b1"
- "5.0.0"
steps:
- uses: actions/[email protected]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
test_type:
- tests_unit
jupyterhub:
- ">=4.1"
- ">=5.0.0b1"
- "==4.1.5"
- ">=5.0.0"
steps:
- uses: actions/[email protected]

Expand Down

0 comments on commit 6795002

Please sign in to comment.