Skip to content

Commit

Permalink
build: add postgresql-13 to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Oct 13, 2021
1 parent de621a9 commit 4d6971a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

services:
postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_DB: tracking
POSTGRES_PASSWORD: tracking-password
Expand All @@ -39,7 +39,7 @@ jobs:
sudo bash -c "echo deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main >> /etc/apt/sources.list.d/pgdg.list"
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -yq install libpq-dev postgresql-client-13
sudo apt-get install libpq-dev postgresql-client-14
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit 4d6971a

Please sign in to comment.