Skip to content

Commit 0b553be

Browse files
authored
Update to postgres 13 (#783)
* Update to postgres 13 * changelog * formatting
1 parent 6e4907c commit 0b553be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
with:
4747
node-version: "${{ matrix.node_version }}"
4848
- run: yarn --pure-lockfile
49-
- name: Set up PostgreSQL 11
49+
- name: Set up PostgreSQL 13
5050
run: |
5151
docker run --detach --publish 5432:5432 \
5252
--env POSTGRES_PASSWORD=pass \
5353
--env POSTGRES_INITDB_ARGS="--lc-collate C --lc-ctype C --encoding UTF8" \
54-
postgres:11
54+
postgres:13
5555
- run: yarn test:postgres

changelog.d/783.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update integration test to use Postgres 13.

0 commit comments

Comments
 (0)