Skip to content

Commit

Permalink
CI: Update to CrateDB 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 21, 2022
1 parent 6d9a387 commit 69f071c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
cratedb-version: ['5.0.1']
cratedb-version: ['5.1.1']
sqla-version: ['1.3.24', '1.4.44']
fail-fast: true
env:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Default variables.
BUILDOUT_VERSION=${BUILDOUT_VERSION:-2.13.7}
CRATEDB_VERSION=${CRATEDB_VERSION:-5.0.1}
CRATEDB_VERSION=${CRATEDB_VERSION:-5.1.1}
SQLALCHEMY_VERSION=${SQLALCHEMY_VERSION:-1.4.44}


Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[versions]
crate_server = 5.0.1
crate_server = 5.1.1

hexagonit.recipe.download = 1.7.1

0 comments on commit 69f071c

Please sign in to comment.