From f99c87b617a22fa335d7d85968c62de2ce6e418a Mon Sep 17 00:00:00 2001 From: M1ha-Shvn Date: Tue, 14 Feb 2023 17:25:07 +0500 Subject: [PATCH] Added latest software versions to testing in GitHub actions --- .github/workflows/python-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index c5d5240..18b365f 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -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"]