ci: avoid running pg18 tests twice

We already test PG18, the default, with the coverage job, so why run it
twice?
This commit is contained in:
Wolfgang Walther
2026-06-02 10:15:12 +02:00
parent 41b58579cb
commit f71f70152a
+2 -1
View File
@@ -70,7 +70,8 @@ jobs:
strategy:
fail-fast: false
matrix:
pgVersion: [13, 14, 15, 16, 17]
# Latest version is tested via `coverage` above.
pgVersion: [13, 14, 15, 16]
name: PG ${{ matrix.pgVersion }}
runs-on: ubuntu-24.04
defaults: