diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d68dcac7..e1b722d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,14 +26,14 @@ jobs: matrix: os: ['ubuntu-latest'] python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] - cratedb-version: ['4.8.4', '5.3.2'] + cratedb-version: ['4.8.4', '5.4.4'] include: - os: 'macos-latest' python-version: '3.12' - cratedb-version: '5.3.2' + cratedb-version: '5.4.4' - os: 'windows-latest' python-version: '3.12' - cratedb-version: '5.3.2' + cratedb-version: '5.4.4' env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }}