0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

Fixed test

This commit is contained in:
Tonye Jack 2023-09-12 12:58:27 -06:00
parent 945ec9cbb0
commit 60faf650f2

View file

@ -22,11 +22,10 @@ jobs:
test-postgresql:
name: Test pg_dump with PostgreSQL version
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest, macos-11]
postgresql_version: [12, 14, 15]
services:
postgres: