Skip to content

Commit

Permalink
Update to postgres 13 (#783)
Browse files Browse the repository at this point in the history
* Update to postgres 13

* changelog

* formatting
  • Loading branch information
Half-Shot committed Apr 17, 2024
1 parent 6e4907c commit 0b553be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -46,10 +46,10 @@ jobs:
with:
node-version: "${{ matrix.node_version }}"
- run: yarn --pure-lockfile
- name: Set up PostgreSQL 11
- name: Set up PostgreSQL 13
run: |
docker run --detach --publish 5432:5432 \
--env POSTGRES_PASSWORD=pass \
--env POSTGRES_INITDB_ARGS="--lc-collate C --lc-ctype C --encoding UTF8" \
postgres:11
postgres:13
- run: yarn test:postgres
1 change: 1 addition & 0 deletions changelog.d/783.misc
@@ -0,0 +1 @@
Update integration test to use Postgres 13.

0 comments on commit 0b553be

Please sign in to comment.