We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2156779 commit 6ba3e59Copy full SHA for 6ba3e59
2 files changed
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
90
services:
91
paradedb:
92
- image: paradedb/paradedb:0.22.0-pg${{ matrix.postgres-version }}
+ image: paradedb/paradedb:0.23.0-pg${{ matrix.postgres-version }}
93
ports:
94
- 5432:5432
95
env:
scripts/run_paradedb.sh
@@ -8,7 +8,7 @@ else
8
RUNNING=0
9
fi
10
11
-IMAGE="${PARADEDB_IMAGE:-paradedb/paradedb:0.22.0-pg18}"
+IMAGE="${PARADEDB_IMAGE:-paradedb/paradedb:0.23.0-pg18}"
12
CONTAINER_NAME="${PARADEDB_CONTAINER_NAME:-paradedb-sqlalchemy-integration}"
13
export PARADEDB_PORT="${PARADEDB_PORT:-5443}"
14
export PARADEDB_USER="${PARADEDB_USER:-postgres}"
0 commit comments