Skip to content

Commit

Permalink
chore: Update tested FastAPI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jan 5, 2024
1 parent 4527707 commit 728b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# 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.78", "0.79", "0.87"]
fastapi-version: [ "0.106", "0.107", "0.108"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 728b4ac

Please sign in to comment.