Skip to content

Commit

Permalink
Upgrade CI to postgis/postgis:16-3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jun 5, 2024
1 parent ff17587 commit 2498530
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,19 @@ jobs:
php-version:
- "8.1"

services:
postgis:
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:
Expand Down

0 comments on commit 2498530

Please sign in to comment.