Skip to content

Commit

Permalink
Merge pull request #320 from privacybydesign/postgres-15
Browse files Browse the repository at this point in the history
Chore: use Postgres 15 for unit and component tests
  • Loading branch information
ivard authored Aug 9, 2023
2 parents c37389d + f6d0cda commit 89a20fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Yivi apps have always supported pairing codes.

### Internal
- Linter switch from golint to staticcheck
- Use Postgres 15 for unit and component tests

## [0.12.6] - 2023-05-31
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.1'
services:
# Dependencies for running unit tests and for running the 'irma' command line tool using one of the test configurations.
postgres:
image: postgres:13
image: postgres:15
environment:
POSTGRES_USER: testuser
POSTGRES_PASSWORD: testpassword
Expand All @@ -16,7 +16,7 @@ services:
ports:
- 5432:5432
postgres-init:
image: postgres:13
image: postgres:15
environment:
PGHOST: postgres
PGUSER: testuser
Expand Down

0 comments on commit 89a20fe

Please sign in to comment.