Skip to content

Commit

Permalink
docs: Make supported versions and README consistent
Browse files Browse the repository at this point in the history
- Add Postgresql version 15 into README
  • Loading branch information
fila43 authored and richm committed Sep 4, 2023
1 parent 22bc04b commit 98c691e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The role also optimizes the database server settings to improve performance.

## Requirements

The role currently works with the PostgreSQL server 10, 12, and 13.
The role currently works with the PostgreSQL server 10, 12, 13, and 15.

### Collection requirements

Expand All @@ -23,7 +23,7 @@ ansible-galaxy collection install -vv -r meta/collection-requirements.yml

### postgresql_verison

You can set the version of the PostgreSQL server to 10, 12, or 13.
You can set the version of the PostgreSQL server to 10, 12, 13, or 15.

```yaml
postgresql_version: "13"
Expand Down

0 comments on commit 98c691e

Please sign in to comment.