From 7c44a06c52f626d15a8ca1024e0bd35f6c97eb15 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 17 Jun 2024 20:46:31 +0200 Subject: [PATCH] CI: Use CrateDB `nightly` also for regular testing --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df30ad5b..c5f4fe16 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: ['nightly'] # To save resources, only use the most recent Python versions on macOS. exclude: