Skip to content

Commit 380ed09

Browse files
committed
CI: Use CrateDB 5.5.3
1 parent c5ccb5a commit 380ed09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626
matrix:
2727
os: ["ubuntu-latest"]
2828
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
29+
cratedb-version: ["5.5.3"]
2930
fail-fast: false
3031

3132
services:
3233
cratedb:
33-
image: crate/crate:nightly
34+
image: crate/crate:${{ matrix.cratedb-version }}
3435
ports:
3536
- 4200:4200
3637
- 5432:5432

0 commit comments

Comments
 (0)