Skip to content

Commit 7cb2c68

Browse files
committed
Chore: Use CrateDB 5.8.3 for testing
Unfortunately, the test suite currently can't use neither of "latest", nor "testing".
1 parent ed835c4 commit 7cb2c68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: ['ubuntu-latest', 'macos-latest']
2121
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
22-
cratedb-version: ['5.7.2']
22+
cratedb-version: ['5.8.3']
2323

2424
# To save resources, only use the most recent Python versions on macOS.
2525
exclude:

bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# set -x
1818

1919
# Default variables.
20-
CRATEDB_VERSION=${CRATEDB_VERSION:-5.2.2}
20+
CRATEDB_VERSION=${CRATEDB_VERSION:-5.8.3}
2121

2222

2323
function print_header() {

0 commit comments

Comments
 (0)