Skip to content

Commit

Permalink
Test against systemd v245 (via Ubuntu 20.04)
Browse files Browse the repository at this point in the history
We should test against ubuntu's second most recent LTS release, or
lower.
  • Loading branch information
consideRatio committed May 26, 2023
1 parent ff9ef8f commit 1e2aeb1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,30 @@ on:

jobs:
test:
runs-on: ubuntu-22.04

strategy:
fail-fast: false
matrix:
include:
# oldest supported python and jupyterhub version
- python-version: "3.8"
pip-install-spec: "jupyterhub==2.3.0 tornado==5.1.0 sqlalchemy==1.*"
runs-on: ubuntu-20.04
- python-version: "3.9"
pip-install-spec: "jupyterhub==2.* sqlalchemy==1.*"
runs-on: ubuntu-22.04
- python-version: "3.10"
pip-install-spec: "jupyterhub==3.*"
runs-on: ubuntu-22.04
- python-version: "3.11"
pip-install-spec: "jupyterhub==4.*"
runs-on: ubuntu-22.04

# latest version of python and jupyterhub (including pre-releases)
- python-version: "3.x"
pip-install-spec: "--pre jupyterhub"
runs-on: ubuntu-latest

runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 1e2aeb1

Please sign in to comment.