Added latest software versions to testing in GitHub actions

This commit is contained in:
M1ha-Shvn 2023-02-14 17:25:07 +05:00
parent b70ec45edf
commit f99c87b617

View File

@ -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"]