diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7eb20a7..c35753b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: fail-fast: false matrix: ci: + - { PGVER: 11 } + - { PGVER: 12 } - { PGVER: 13 } - { PGVER: 14 } - { PGVER: 15 }