Skip to content

Commit

Permalink
Merge pull request #1 from Zapgram/postgres-15.5
Browse files Browse the repository at this point in the history
Bump to Postgres 15.5
  • Loading branch information
rouge8 authored Jan 27, 2024
2 parents f216631 + 74375da commit 3d31268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
name: Build and publish Docker image

env:
POSTGRES_VERSION: "15.3"
POSTGRES_VERSION: "15.5"
PGVECTOR_VERSION: "0.4.4"

on:
push:
branches:
- trunk
pull_request:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3d31268

Please sign in to comment.