We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4907c commit 0b553beCopy full SHA for 0b553be
.github/workflows/tests.yml
@@ -46,10 +46,10 @@ jobs:
46
with:
47
node-version: "${{ matrix.node_version }}"
48
- run: yarn --pure-lockfile
49
- - name: Set up PostgreSQL 11
+ - name: Set up PostgreSQL 13
50
run: |
51
docker run --detach --publish 5432:5432 \
52
--env POSTGRES_PASSWORD=pass \
53
--env POSTGRES_INITDB_ARGS="--lc-collate C --lc-ctype C --encoding UTF8" \
54
- postgres:11
+ postgres:13
55
- run: yarn test:postgres
changelog.d/783.misc
@@ -0,0 +1 @@
1
+Update integration test to use Postgres 13.
0 commit comments