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() {