Skip to content

Commit 48d298a

Browse files
committed
Switch local and CI back to 14
1 parent ad110c7 commit 48d298a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
options: --privileged
3030
services:
3131
postgres:
32-
image: postgres:13.11-alpine
32+
image: postgres:14-alpine
3333
env:
3434
POSTGRES_DB: spi_test
3535
POSTGRES_USER: spi_test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ db-up-test:
106106
--tmpfs /pgdata:rw,noexec,nosuid,size=1024m \
107107
-p 5432:5432 \
108108
-d \
109-
postgres:13.11-alpine
109+
postgres:14-alpine
110110

111111
db-up-test-log-statement:
112112
docker run --name spi_test \

0 commit comments

Comments
 (0)