Skip to content

Commit 6ba3e59

Browse files
committed
Update to 0.23
1 parent 2156779 commit 6ba3e59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

9090
services:
9191
paradedb:
92-
image: paradedb/paradedb:0.22.0-pg${{ matrix.postgres-version }}
92+
image: paradedb/paradedb:0.23.0-pg${{ matrix.postgres-version }}
9393
ports:
9494
- 5432:5432
9595
env:

scripts/run_paradedb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else
88
RUNNING=0
99
fi
1010

11-
IMAGE="${PARADEDB_IMAGE:-paradedb/paradedb:0.22.0-pg18}"
11+
IMAGE="${PARADEDB_IMAGE:-paradedb/paradedb:0.23.0-pg18}"
1212
CONTAINER_NAME="${PARADEDB_CONTAINER_NAME:-paradedb-sqlalchemy-integration}"
1313
export PARADEDB_PORT="${PARADEDB_PORT:-5443}"
1414
export PARADEDB_USER="${PARADEDB_USER:-postgres}"

0 commit comments

Comments
 (0)