From a2258034ed16254b0472e10b8ab4261c3cab2265 Mon Sep 17 00:00:00 2001
From: Andreas Motl <andreas.motl@crate.io>
Date: Wed, 2 Oct 2024 23:32:38 +0200
Subject: [PATCH] Chore: Use CrateDB 5.8.3 for testing

Unfortunately, the test suite currently can't use neither of "latest",
nor "testing".
---
 .github/workflows/tests.yml | 2 +-
 bootstrap.sh                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index df30ad5b..1d4985cb 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
       matrix:
         os: ['ubuntu-latest', 'macos-latest']
         python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
-        cratedb-version: ['5.7.2']
+        cratedb-version: ['5.8.3']
 
         # To save resources, only use the most recent Python versions on macOS.
         exclude:
diff --git a/bootstrap.sh b/bootstrap.sh
index 733c39a0..9e011195 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -17,7 +17,7 @@
 # set -x
 
 # Default variables.
-CRATEDB_VERSION=${CRATEDB_VERSION:-5.2.2}
+CRATEDB_VERSION=${CRATEDB_VERSION:-5.8.3}
 
 
 function print_header() {