diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9f81ba..37447f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"] + postgres: ["17.2", "16.6", "15.10", "14.15", "13.18", "12.22"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"] + postgres: ["17.2", "16.6", "15.10", "14.15", "13.18", "12.22"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -56,7 +56,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"] + postgres: ["17.2", "16.6", "15.10", "14.15", "13.18", "12.22"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -78,7 +78,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["17.1", "16.5", "15.9", "14.14", "13.17", "12.21"] + postgres: ["17.2", "16.6", "15.10", "14.15", "13.18", "12.22"] steps: - name: Checkout project uses: actions/checkout@v3