Skip to content

Commit

Permalink
Only use more recent versions for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterpanda63 committed Jan 22, 2025
1 parent d8496bc commit a05be09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- { name: flask-postgres-xml, testfile: end2end/flask_postgres_xml_lxml_test.py }
- { name: quart-postgres-uvicorn, testfile: end2end/quart_postgres_uvicorn_test.py }
- { name: starlette-postgres-uvicorn, testfile: end2end/starlette_postgres_uvicorn_test.py }
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a05be09

Please sign in to comment.