Skip to content

Commit

Permalink
default db is pg 15
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Oct 21, 2023
1 parent a7251a4 commit 4a92922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- overwritten by profile below -->
<pg-embedded.test.binary-name />
<pg-embedded.test.artifact-name>linux-amd64</pg-embedded.test.artifact-name>
<pg-embedded.test.artifact-version>14.7.0</pg-embedded.test.artifact-version>
<pg-embedded.test.artifact-version>15</pg-embedded.test.artifact-version>
</properties>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/setting_postgres_version.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setting the PostgreSQL version and architecture

By default, `pg-embedded` uses a PostgreSQL 13 database. This version can be changed in multiple ways:
By default, `pg-embedded` uses a PostgreSQL 15 database. This version can be changed in multiple ways:

- call `Builder.setServerVersion()` on the [EmbeddedPostgres.Builder](apidocs/de.softwareforge.testing.postgres/de/softwareforge/testing/postgres/embedded/EmbeddedPostgres.Builder.html)
- call `Builder.withInstancePreparer(b -> b.setServerVersion(...))` on the [DatabaseManagerBuilder](apidocs/de.softwareforge.testing.postgres/de/softwareforge/testing/postgres/embedded/DatabaseManager.Builder.html)
Expand Down

0 comments on commit 4a92922

Please sign in to comment.