diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 251bd119a..598a36d25 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: