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-05-18 14:06:16 +02:00
parent fb24b6b37f
commit c335da9334
+2 -1
View File
@@ -70,7 +70,8 @@ jobs:
strategy:
fail-fast: false
matrix:
pgVersion: [14, 15, 16, 17, 18]
# Latest version is tested via `coverage` above.
pgVersion: [14, 15, 16, 17]
name: PG ${{ matrix.pgVersion }}
runs-on: ubuntu-24.04
defaults: