Changes between Version 86 and Version 87 of CI


Ignore:
Timestamp:
May 24, 2024, 1:54:17 PM (2 months ago)
Author:
Mariusz Felisiak
Comment:

Updated PostgreSQL version to 14.

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v86 v87  
    44
    55The main pull request builders are:
    6 * [https://djangoci.com/job/pull-requests-focal/ pull-requests-focal] (Ubuntu 20.04) runs PostgreSQL 13 (with `psycopg`) and MySQL 8. GIS: spatialite 4.3.0a-6, GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1, PostGIS 3.
     6* [https://djangoci.com/job/pull-requests-focal/ pull-requests-focal] (Ubuntu 20.04) runs PostgreSQL 14 (with `psycopg`) and MySQL 8. GIS: spatialite 4.3.0a-6, GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1, PostGIS 3.4.
    77* [https://djangoci.com/job/pr-mariadb/ pr-mariadb] (Ubuntu 20.04) runs MariaDB 10.5.24. GIS: GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1.
    8 * [https://djangoci.com/job/pull-requests-postgresql-psycopg2/ pull-requests-postgresql-psycopg2] (Ubuntu 20.04) runs PostgreSQL 13 with `psycopg2`. GIS: GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1, PostGIS 3.
    9 * [https://djangoci.com/job/pull-requests-pg-server-side-binding/ pull-requests-pg-server-side-binding] (Ubuntu 20.04) runs PostgreSQL 13 with `psycopg` and server-side binding cursors. GIS: GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1, PostGIS 3.
     8* [https://djangoci.com/job/pull-requests-postgresql-psycopg2/ pull-requests-postgresql-psycopg2] (Ubuntu 20.04) runs PostgreSQL 14 with `psycopg2`. GIS: GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1, PostGIS 3.4.
     9* [https://djangoci.com/job/pull-requests-pg-server-side-binding/ pull-requests-pg-server-side-binding] (Ubuntu 20.04) runs PostgreSQL 14 with `psycopg` and server-side binding cursors. GIS: GDAL 3.0.4, GEOS 3.8.0, PROJ 6.3.1, PostGIS 3.4.
    1010
    1111Other pull request builders which can be triggered manually with the corresponding comment phrases:
Back to Top