From c896393cd03ee8b83f09ecdf02880ffb9b440c0c Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 12 Apr 2022 12:40:57 +0200 Subject: [PATCH] CI: Run integration tests on most recent CrateDB 3.x and 4.x releases --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6306eb71..2a8d20b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-2019] python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] - cratedb-version: ['4.7.1'] + cratedb-version: ['3.3.6', '4.7.1'] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }}