Skip to content

Commit e6d8e53

Browse files
committed
CI: Upgrade to latest CrateDB 5.0.1
1 parent 12719bb commit e6d8e53

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
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest]
2020
python-version: ['3.7', '3.8', '3.9', '3.10']
21-
cratedb-version: ['4.8.0']
21+
cratedb-version: ['5.0.1']
2222
sqla-version: ['1.3.24', '1.4.41']
2323
fail-fast: true
2424
env:

bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Default variables.
2020
BUILDOUT_VERSION=${BUILDOUT_VERSION:-2.13.7}
21-
CRATEDB_VERSION=${CRATEDB_VERSION:-4.8.1}
21+
CRATEDB_VERSION=${CRATEDB_VERSION:-5.0.1}
2222
SQLALCHEMY_VERSION=${SQLALCHEMY_VERSION:-1.4.41}
2323

2424

versions.cfg

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

44
hexagonit.recipe.download = 1.7.1

0 commit comments

Comments
 (0)