Skip to content

Commit 31fee05

Browse files
authored
chore(tests): Remove Postrges 11 from tests matrix (#485)
The version is not supported anymore by Postgres
1 parent fc5c40d commit 31fee05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
pgversion: [16, 15, 14, 13, 12, 11]
15+
pgversion: [16, 15, 14, 13, 12]
1616

1717
env:
1818
PGVERSION: ${{ matrix.pgversion }}

0 commit comments

Comments
 (0)