Skip to content

Commit 7c44a06

Browse files
committed
CI: Use CrateDB nightly also for regular testing
1 parent d3af228 commit 7c44a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-latest', 'macos-latest']
2121
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
22-
cratedb-version: ['5.7.2']
22+
cratedb-version: ['nightly']
2323

2424
# To save resources, only use the most recent Python versions on macOS.
2525
exclude:

0 commit comments

Comments
 (0)