Skip to content

Commit f875d4f

Browse files
Use pgsql 15. (#184)
* Use pgsql 15.
1 parent 8e97d10 commit f875d4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- 12
4848
- 13
4949
- 14
50-
- 15rc2
50+
- 15
5151

5252
services:
5353
postgres:

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
services:
4141
postgres:
42-
image: postgres:14
42+
image: postgres:15
4343
env:
4444
POSTGRES_USER: root
4545
POSTGRES_PASSWORD: root

0 commit comments

Comments
 (0)