From 290ca9bd32c938a0b0bc284d48e8249e525c9317 Mon Sep 17 00:00:00 2001 From: Javier Cordero Date: Thu, 15 Aug 2024 12:06:29 +0200 Subject: [PATCH] update tests with new django versions --- .github/workflows/ci_psycopg2.yml | 18 ++++++++++++++++++ .github/workflows/ci_psycopg2_gis.yml | 18 ++++++++++++++++++ .github/workflows/ci_psycopg3.yml | 18 ++++++++++++++++++ .github/workflows/ci_psycopg3_gis.yml | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/.github/workflows/ci_psycopg2.yml b/.github/workflows/ci_psycopg2.yml index d32683b..29f516d 100644 --- a/.github/workflows/ci_psycopg2.yml +++ b/.github/workflows/ci_psycopg2.yml @@ -39,6 +39,24 @@ jobs: - os: ubuntu-latest python-version: '3.12' django-version: '4.2.9' + - os: ubuntu-latest + python-version: '3.10' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.11' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.12' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.10' + django-version: '5.1' + - os: ubuntu-latest + python-version: '3.11' + django-version: '5.1' + - os: ubuntu-latest + python-version: '3.12' + django-version: '5.1' services: postgres: image: postgres diff --git a/.github/workflows/ci_psycopg2_gis.yml b/.github/workflows/ci_psycopg2_gis.yml index d9bcdf3..097fdad 100644 --- a/.github/workflows/ci_psycopg2_gis.yml +++ b/.github/workflows/ci_psycopg2_gis.yml @@ -39,6 +39,24 @@ jobs: - os: ubuntu-latest python-version: '3.12' django-version: '4.2.9' + - os: ubuntu-latest + python-version: '3.10' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.11' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.12' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.10' + django-version: '5.1' + - os: ubuntu-latest + python-version: '3.11' + django-version: '5.1' + - os: ubuntu-latest + python-version: '3.12' + django-version: '5.1' services: postgres: image: postgis/postgis diff --git a/.github/workflows/ci_psycopg3.yml b/.github/workflows/ci_psycopg3.yml index 95eddf0..09c1c71 100644 --- a/.github/workflows/ci_psycopg3.yml +++ b/.github/workflows/ci_psycopg3.yml @@ -30,6 +30,24 @@ jobs: - os: ubuntu-latest python-version: '3.12' django-version: '4.2.9' + - os: ubuntu-latest + python-version: '3.10' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.11' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.12' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.10' + django-version: '5.1' + - os: ubuntu-latest + python-version: '3.11' + django-version: '5.1' + - os: ubuntu-latest + python-version: '3.12' + django-version: '5.1' services: postgres: image: postgres diff --git a/.github/workflows/ci_psycopg3_gis.yml b/.github/workflows/ci_psycopg3_gis.yml index 115196f..6925e28 100644 --- a/.github/workflows/ci_psycopg3_gis.yml +++ b/.github/workflows/ci_psycopg3_gis.yml @@ -30,6 +30,24 @@ jobs: - os: ubuntu-latest python-version: '3.12' django-version: '4.2.9' + - os: ubuntu-latest + python-version: '3.10' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.11' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.12' + django-version: '5.0.8' + - os: ubuntu-latest + python-version: '3.10' + django-version: '5.1' + - os: ubuntu-latest + python-version: '3.11' + django-version: '5.1' + - os: ubuntu-latest + python-version: '3.12' + django-version: '5.1' services: postgres: image: postgis/postgis