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:
@@ -70,7 +70,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
pgVersion: [14, 15, 16, 17, 18]
|
# Latest version is tested via `coverage` above.
|
||||||
|
pgVersion: [14, 15, 16, 17]
|
||||||
name: PG ${{ matrix.pgVersion }}
|
name: PG ${{ matrix.pgVersion }}
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
defaults:
|
defaults:
|
||||||
|
|||||||
Reference in New Issue
Block a user