Skip to content

Commit

Permalink
Update to postgres 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Apr 16, 2024
1 parent 6e4907c commit 1651b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
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

0 comments on commit 1651b78

Please sign in to comment.