Skip to content

Commit ce0f7ff

Browse files
committed
CI: Run integration tests on most recent CrateDB 3.x and 4.x releases
1 parent c611b7a commit ce0f7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-2019]
1212
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
13-
cratedb-version: ['4.7.1']
13+
cratedb-version: ['3.3.6', '4.7.1']
1414
env:
1515
OS: ${{ matrix.os }}
1616
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)