Skip to content

Commit

Permalink
update tests with new django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Cordero committed Aug 15, 2024
1 parent e573357 commit 290ca9b
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci_psycopg2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/ci_psycopg2_gis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/ci_psycopg3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/ci_psycopg3_gis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 290ca9b

Please sign in to comment.