Skip to content

Commit 75dab37

Browse files
committed
Try postgres 17 (might be too soon)
1 parent 1818699 commit 75dab37

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
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
node: ['12', '14', '16', '18', '20', '21']
12-
postgres: ['12', '13', '14', '15', '16']
12+
postgres: ['12', '13', '14', '15', '16', '17']
1313
runs-on: ubuntu-latest
1414
services:
1515
postgres:

0 commit comments

Comments
 (0)