mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2024-11-21 16:46:36 +03:00
Merge pull request #39 from carrotquest/test-versions
Update python-tests.yml
This commit is contained in:
commit
2beb449b67
4
.github/workflows/python-tests.yml
vendored
4
.github/workflows/python-tests.yml
vendored
|
@ -11,8 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9"]
|
||||
postgres-version: ["9.6", "10", "11", "12"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
postgres-version: ["9.6", "10", "11", "12", "13"]
|
||||
django-version: ["2.1", "2.2", "3.0", "3.1", "3.2"]
|
||||
clickhouse-version: ["latest"]
|
||||
redis-version: ["latest"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user