Skip to content

Commit

Permalink
chore: Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jul 23, 2024
1 parent a5a34f8 commit c9927f3
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- run: pip install pre-commit
- uses: actions/cache@v3
id: pre-commit-cache
Expand All @@ -27,11 +27,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8.18", "3.9.18", "3.10.13", "3.11.7", "3.12.1" ]
python-version: [ "3.8.18", "3.9.19", "3.10.14", "3.11.9", "3.12.4" ]
# Ideally we would test starlette versions, not FastAPI,
# but our test suite currently uses FastAPI comprehensively,
# so we would need to redo that first.
fastapi-version: [ "0.106", "0.107", "0.108"]
fastapi-version: [ "0.109", "0.110", "0.111"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit c9927f3

Please sign in to comment.