Skip to content

Commit

Permalink
Chore: Use CrateDB 5.8.3 for testing
Browse files Browse the repository at this point in the history
Unfortunately, the test suite currently can't use neither of "latest",
nor "testing".
  • Loading branch information
amotl committed Oct 2, 2024
1 parent d3af228 commit a225803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
cratedb-version: ['5.7.2']
cratedb-version: ['5.8.3']

# To save resources, only use the most recent Python versions on macOS.
exclude:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# set -x

# Default variables.
CRATEDB_VERSION=${CRATEDB_VERSION:-5.2.2}
CRATEDB_VERSION=${CRATEDB_VERSION:-5.8.3}


function print_header() {
Expand Down

0 comments on commit a225803

Please sign in to comment.