Skip to content

Commit

Permalink
update postgres version in tests & local compose
Browse files Browse the repository at this point in the history
  • Loading branch information
SuddenGunter committed Oct 6, 2021
1 parent c324b6d commit c166381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
services:
postgres:
image: postgres
image: postgres:14
env:
# Must be set to any custom value except the default 'postgres'. If default value is used - for some reason
# we would not be able to connect to new dynamically created databases in runtime.
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# docker-compose for local debugging
version: '3.1'
version: '3.8'

services:

db:
image: postgres
image: postgres:14.0
restart: always
ports:
- 5432:5432
Expand Down

0 comments on commit c166381

Please sign in to comment.