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:
parent
945ec9cbb0
commit
60faf650f2
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -22,11 +22,10 @@ jobs:
|
||||||
|
|
||||||
test-postgresql:
|
test-postgresql:
|
||||||
name: Test pg_dump with PostgreSQL version
|
name: Test pg_dump with PostgreSQL version
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ubuntu-latest, windows-latest, macos-latest, macos-11]
|
|
||||||
postgresql_version: [12, 14, 15]
|
postgresql_version: [12, 14, 15]
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
|
Loading…
Add table
Reference in a new issue