From 40add0d7c503634590e5c8b8d1d4cbbd3080c481 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Wed, 5 Jun 2024 22:18:21 +0200 Subject: [PATCH] Upgrade CI to postgis/postgis:16-3.4 --- .github/workflows/ci.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79fa284..9f1002d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,17 +148,19 @@ jobs: php-version: - "8.1" + services: + mariadb: + image: "postgis/postgis:16-3.4" + env: + POSTGRES_USER: postgres + POSTGRES_PASSWORD: postgres + ports: + - "5432:5432" + steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup PostgreSQL with PostGIS - uses: huaxk/postgis-action@v1 - with: - postgresql version: '16.3' - postgresql password: 'postgres' - postgresql user: 'postgres' - - name: Setup PHP uses: shivammathur/setup-php@v2 with: