Skip to content

Commit

Permalink
remove older version from check matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Van Ootegem <[email protected]>
  • Loading branch information
EVODelavega committed Nov 6, 2024
1 parent 9648aeb commit 6b30b90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
postgres: ["17.0", "16.4"]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
postgres: ["17.0", "16.4"]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
postgres: ["17.0", "16.4"]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: ["17.0", "16.4", "15.8", "14.13", "13.16", "12.20"]
postgres: ["17.0", "16.4"]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down

0 comments on commit 6b30b90

Please sign in to comment.