mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-05-28 09:43:11 +03:00
Added latest software versions to testing in GitHub actions
This commit is contained in:
parent
b70ec45edf
commit
f99c87b617
6
.github/workflows/python-tests.yml
vendored
6
.github/workflows/python-tests.yml
vendored
|
@ -11,9 +11,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
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"]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
postgres-version: ["9.6", "10", "11", "12", "13", "14", "15"]
|
||||
django-version: ["3.0", "3.1", "3.2", "4.0", "4.1"]
|
||||
clickhouse-version: ["latest"]
|
||||
redis-version: ["latest"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user