Skip to content

Commit 48276cf

Browse files
authored
Update Postgres version (duffn#244)
1 parent fc22408 commit 48276cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
bundler-cache: true
2424
- uses: harmon758/postgresql-action@v1
2525
with:
26-
postgresql version: 14
26+
postgresql version: 15
2727
postgresql db: grape_boilerplate_test
2828
postgresql user: test
2929
postgresql password: password

postgres/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Current version in RDS
2-
FROM postgres:14
1+
FROM postgres:15
32

43
COPY setup-db.sql /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)