We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519575a commit 989ec55Copy full SHA for 989ec55
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: false
10
matrix:
11
node: ['12', '14', '16', '18', '20']
12
- postgres: ['12', '13', '14', '15']
+ postgres: ['12', '13', '14', '15', '16']
13
runs-on: ubuntu-latest
14
services:
15
postgres:
0 commit comments