Skip to content

Commit

Permalink
CI: Run integration tests on most recent CrateDB 3.x and 4.x releases
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 12, 2022
1 parent c611b7a commit ce0f7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ce0f7ff

Please sign in to comment.