Run tests using Postgres 18

This commit is contained in:
Bogdan 2025-12-04 02:35:12 +02:00 committed by Mark McDowall
parent 5d655f98f2
commit 1df3b116c1
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ runs:
- name: Setup Postgres
if: ${{ inputs.use_postgres }}
uses: ikalnytskyi/action-setup-postgres@v7
uses: ikalnytskyi/action-setup-postgres@v8
with:
postgres-version: ${{ inputs.postgres-version }}

View file

@ -155,7 +155,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres-version: [16, 17]
postgres-version: [16, 17, 18]
steps:
- name: Check out
uses: actions/checkout@v5