fix: Make UPSERT work with PostgreSQL 15

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Wolfgang Walther
2022-10-28 16:18:42 +02:00
parent 2cce82bdd5
commit 425ab70ec7
4 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ jobs:
with:
tools: tests
- name: Run coverage (IO tests and Spec tests against PostgreSQL 14)
- name: Run coverage (IO tests and Spec tests against PostgreSQL 15)
run: postgrest-coverage
- name: Upload coverage to codecov
uses: codecov/codecov-action@v3.1.1
@@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pgVersion: [9.6, 10, 11, 12, 13, 14]
pgVersion: [9.6, 10, 11, 12, 13, 14, 15]
name: Test PG ${{ matrix.pgVersion }} (Nix)
runs-on: ubuntu-latest
defaults: