Skip to content

Commit

Permalink
Update to PostgreSQL 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Mar 14, 2024
1 parent e1c01ad commit 3cfb099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

services:
postgres:
image: postgres:10
image: postgres:12
env:
POSTGRES_HOST_AUTH_METHOD: trust
ports:
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You need the following libraries and/or programs:

* `Python`_ 3.10 or above
* Python `Virtualenv`_ and `Pip`_
* `PostgreSQL`_ 10 or above
* `PostgreSQL`_ 12 or above
* `Node.js`_
* `npm`_

Expand Down

0 comments on commit 3cfb099

Please sign in to comment.