Skip to content

Commit c335da9

Browse files
ci: avoid running pg18 tests twice
We already test PG18, the default, with the coverage job, so why run it twice?
1 parent fb24b6b commit c335da9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
pgVersion: [14, 15, 16, 17, 18]
73+
# Latest version is tested via `coverage` above.
74+
pgVersion: [14, 15, 16, 17]
7475
name: PG ${{ matrix.pgVersion }}
7576
runs-on: ubuntu-24.04
7677
defaults:

0 commit comments

Comments
 (0)