Skip to content

Commit f97af55

Browse files
committed
Testing: Use CrateDB 5.9.2 for testing
1 parent 8a3bf38 commit f97af55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-22.04', 'macos-latest']
2121
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
22-
cratedb-version: ['5.8.3']
22+
cratedb-version: ['5.9.2']
2323

2424
# To save resources, only verify 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.8.3}
20+
CRATEDB_VERSION=${CRATEDB_VERSION:-5.9.2}
2121

2222

2323
function print_header() {

versions.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[versions]
2-
crate_server = 5.1.1
2+
crate_server = 5.9.2
33

44
hexagonit.recipe.download = 1.7.1

0 commit comments

Comments
 (0)