Skip to content

Commit

Permalink
Support PostgreSQL 15 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihitoAso authored Nov 5, 2023
1 parent baa0f3c commit f7afb72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ English | [日本語](./README_JA.md)
## Dependencies

- [Python3](https://www.python.org/downloads/release/python-3811/) - version 3.11
- [PostgreSQL](https://www.postgresql.org/) - version 13
- [PostgreSQL](https://www.postgresql.org/) - version 15
- [GoQuorum](https://github.com/ConsenSys/quorum)
- We support the official GoQuorum node of [ibet-Network](https://github.com/BoostryJP/ibet-Network).
- We use [ganache](https://github.com/trufflesuite/ganache) for local development and unit testing, and we use the latest version.
Expand Down
2 changes: 1 addition & 1 deletion README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## 依存

- [Python3](https://www.python.org/downloads/release/python-3811/) - バージョン 3.11
- [PostgreSQL](https://www.postgresql.org/) - バージョン 13
- [PostgreSQL](https://www.postgresql.org/) - バージョン 15
- [GoQuorum](https://github.com/ConsenSys/quorum)
- [ibet-Network](https://github.com/BoostryJP/ibet-Network) の公式の GoQuorum をサポートしています。
- 最新の [ganache](https://github.com/trufflesuite/ganache) (ganache-cli) をローカル開発およびユニットテストで利用しています。
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
postgres:
image: postgres:13.8
image: postgres:15
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit f7afb72

Please sign in to comment.