Skip to content

Commit

Permalink
chore: update to new ubuntu and python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Sep 9, 2023
1 parent 3e2de67 commit 7169e8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.10"]
os: ["ubuntu-20.04", "ubuntu-latest"]
python-version: ["3.10", "3.11"]
os: ["ubuntu-22.04", "ubuntu-latest"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ["ubuntu-20.04", "ubuntu-latest"]
os: ["ubuntu-22.04", "ubuntu-latest"]
component: ["client", "server"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7169e8d

Please sign in to comment.