-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use postgres 14 * Make run-docker-postgres in makefile use postgres 14 * Update postgres image in soak test * Update link to trigram concept in api docs to postgres14 --------- Co-authored-by: Kathleen Tuite <[email protected]>
- Loading branch information
1 parent
da0926d
commit 05ebccd
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
services: | ||
# see: https://docs.github.com/en/[email protected]/actions/using-containerized-services/creating-postgresql-service-containers | ||
postgres: | ||
image: postgres:9.6 | ||
image: postgres:14.6 | ||
env: | ||
POSTGRES_PASSWORD: odktest | ||
ports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+1