Skip to content

Commit d57b655

Browse files
committed
Try postgres 17 (might be too soon)
1 parent 4baef5e commit d57b655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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)