Skip to content

Commit

Permalink
chore: ci bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Mar 4, 2024
1 parent e399525 commit 2156ce0
Show file tree
Hide file tree
Showing 3 changed files with 1,030 additions and 995 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11.4", "3.12.0" ]
fastapi-version: [ "0.103.2"]
pydantic-version: [ "1.10.13", "2.4.2"]
exclude:
# Don't test python 3.12 on old FastAPI versions
- fastapi-version: "0.86.0"
pydantic-version: "2.1.1"
- fastapi-version: "0.95.0"
pydantic-version: "2.1.1"
python-version: [ "3.11.4", "3.12.2" ]
fastapi-version: [ "0.103.2", "0.110.0"]
pydantic-version: [ "1.10.13", "2.6.2"]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 2156ce0

Please sign in to comment.