Skip to content

Commit

Permalink
CI: Upgrade to latest CrateDB 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 29, 2022
1 parent 12719bb commit e6d8e53
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 @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
cratedb-version: ['4.8.0']
cratedb-version: ['5.0.1']
sqla-version: ['1.3.24', '1.4.41']
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:-4.8.1}
CRATEDB_VERSION=${CRATEDB_VERSION:-5.0.1}
SQLALCHEMY_VERSION=${SQLALCHEMY_VERSION:-1.4.41}


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 = 4.8.0
crate_server = 5.0.1

hexagonit.recipe.download = 1.7.1

0 comments on commit e6d8e53

Please sign in to comment.