From 942647f98e4070491bde59e9779c54a6bb820bd7 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 672d07f4..354d3996 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,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.4.5'] + cratedb-version: ['nightly'] sqla-version: ['<1.4', '<1.5', '<2.1'] pip-allow-prerelease: ['false'] @@ -39,7 +39,7 @@ jobs: include: - os: 'ubuntu-latest' python-version: '3.12' - cratedb-version: '5.4.5' + cratedb-version: 'nightly' sqla-version: 'latest' pip-allow-prerelease: 'true'