Skip to content

Commit

Permalink
github actions: update to postgres 14
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Sep 27, 2023
1 parent 63f69ac commit e1c821c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
node-version: [18.x]
services:
postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand All @@ -22,7 +22,7 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -41,14 +41,14 @@ jobs:
firefox: [ 'latest-esr' ]
services:
postgres:
image: postgres:13
image: postgres:14
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install memcached headers
run: |
sudo apt-get update
Expand Down

0 comments on commit e1c821c

Please sign in to comment.