Skip to content

Commit 6e58099

Browse files
committed
ci: update docker image to constructiveio/postgres-plus:18 and pgpm to 4.7.4
1 parent 0684d69 commit 6e58099

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
PGPORT: 5432
4242
PGUSER: postgres
4343
PGPASSWORD: password
44-
PGPM_VERSION: 2.7.9
44+
PGPM_VERSION: 4.7.4
4545

4646
services:
4747
pg_db:
48-
image: pyramation/pgvector:13.3-alpine
48+
image: constructiveio/postgres-plus:18
4949
env:
5050
POSTGRES_USER: postgres
5151
POSTGRES_PASSWORD: password

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
PGPORT: 5432
1616
PGUSER: postgres
1717
PGPASSWORD: password
18-
PGPM_VERSION: 2.7.9
18+
PGPM_VERSION: 4.7.4
1919

2020
services:
2121
pg_db:
22-
image: pyramation/pgvector:13.3-alpine
22+
image: constructiveio/postgres-plus:18
2323
env:
2424
POSTGRES_USER: postgres
2525
POSTGRES_PASSWORD: password

0 commit comments

Comments
 (0)