mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-06-01 03:33: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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||||
postgres-version: ["9.6", "10", "11", "12", "13"]
|
postgres-version: ["9.6", "10", "11", "12", "13", "14", "15"]
|
||||||
django-version: ["2.1", "2.2", "3.0", "3.1", "3.2"]
|
django-version: ["3.0", "3.1", "3.2", "4.0", "4.1"]
|
||||||
clickhouse-version: ["latest"]
|
clickhouse-version: ["latest"]
|
||||||
redis-version: ["latest"]
|
redis-version: ["latest"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user