diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f438ff7..fc9160b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18.0", "17.6", "16.10", "15.14", "14.19", "13.22"] + postgres: ["18.1", "17.7", "16.11", "15.15", "14.20", "13.23"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18.0", "17.6", "16.10", "15.14", "14.19", "13.22"] + postgres: ["18.1", "17.7", "16.11", "15.15", "14.20", "13.23"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -56,7 +56,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18.0", "17.6", "16.10", "15.14", "14.19", "13.22"] + postgres: ["18.1", "17.7", "16.11", "15.15", "14.20", "13.23"] steps: - name: Checkout project uses: actions/checkout@v3 @@ -78,7 +78,7 @@ jobs: strategy: fail-fast: false matrix: - postgres: ["18.0", "17.6", "16.10", "15.14", "14.19", "13.22"] + postgres: ["18.1", "17.7", "16.11", "15.15", "14.20", "13.23"] steps: - name: Checkout project uses: actions/checkout@v3