We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc22408 commit 48276cfCopy full SHA for 48276cf
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
bundler-cache: true
24
- uses: harmon758/postgresql-action@v1
25
with:
26
- postgresql version: 14
+ postgresql version: 15
27
postgresql db: grape_boilerplate_test
28
postgresql user: test
29
postgresql password: password
postgres/Dockerfile
@@ -1,4 +1,3 @@
1
-# Current version in RDS
2
-FROM postgres:14
+FROM postgres:15
3
4
COPY setup-db.sql /docker-entrypoint-initdb.d/
0 commit comments