Changes between Version 98 and Version 99 of CI


Ignore:
Timestamp:
Sep 13, 2026, 7:36:02 AM (31 hours ago)
Author:
Mariusz Felisiak
Comment:

Update to PostgreSQL 16

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v98 v99  
    44
    55The main pull request builders are:
    6 * [https://djangoci.com/job/pull-requests-focal/ pull-requests-noble] (Ubuntu 24.04) runs PostgreSQL 15 (with `psycopg`) and MySQL 8.4. GIS: spatialite 4.3.0a-6, GDAL 3.8.4, GEOS 3.12.1, PROJ 9.4.0, PostGIS 3.6.
     6* [https://djangoci.com/job/pull-requests-focal/ pull-requests-noble] (Ubuntu 24.04) runs PostgreSQL 16 (with `psycopg`) and MySQL 8.4. GIS: spatialite 4.3.0a-6, GDAL 3.8.4, GEOS 3.12.1, PROJ 9.4.0, PostGIS 3.6.
    77* [https://djangoci.com/job/pr-mariadb/ pr-mariadb] (Ubuntu 24.04) runs MariaDB 10.11.13. GIS: GDAL 3.8.4, GEOS 3.12.1, PROJ 9.4.0.
    8 * [https://djangoci.com/job/pull-requests-postgresql-psycopg2/ pull-requests-postgresql-psycopg2] (Ubuntu 24.04) runs PostgreSQL 15 with `psycopg2`. GIS: GDAL 3.8.4, GEOS 3.12.1, PROJ 9.4.0, PostGIS 3.6.
    9 * [https://djangoci.com/job/pull-requests-pg-server-side-binding/ pull-requests-pg-server-side-binding] (Ubuntu 24.04) runs PostgreSQL 15 with `psycopg` and server-side binding cursors. GIS: GDAL 3.8.4, GEOS 3.12.1, PROJ 9.4.0, PostGIS 3.6.
     8* [https://djangoci.com/job/pull-requests-postgresql-psycopg2/ pull-requests-postgresql-psycopg2] (Ubuntu 24.04) runs PostgreSQL 16 with `psycopg2`. GIS: GDAL 3.8.4, GEOS 3.12.1, PROJ 9.4.0, PostGIS 3.6.
     9* [https://djangoci.com/job/pull-requests-pg-server-side-binding/ pull-requests-pg-server-side-binding] (Ubuntu 24.04) runs PostgreSQL 16 with `psycopg` and server-side binding cursors. GIS: GDAL 3.8.4, GEOS 3.12.1, PROJ 9.4.0, PostGIS 3.6.
    1010
    1111Other pull request builders which can be triggered manually with the corresponding comment phrases:
Back to Top