Skip to content

Commit

Permalink
chore(tests): Remove Postrges 11 from tests matrix
Browse files Browse the repository at this point in the history
The version is not supported anymore by Postgres
  • Loading branch information
cyrilgdn committed Oct 28, 2024
1 parent fc5c40d commit 5ccc9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
pgversion: [16, 15, 14, 13, 12, 11]
pgversion: [16, 15, 14, 13, 12]

env:
PGVERSION: ${{ matrix.pgversion }}
Expand Down

0 comments on commit 5ccc9d0

Please sign in to comment.