diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b00281..65a8c5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - postgresql_version: [11, 12, 14, 15, 16] + postgresql_version: [12, 14, 15, 16] steps: - name: Checkout uses: actions/checkout@v4