Skip to content

Commit

Permalink
CI: Use more recent CrateDB 5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 6, 2023
1 parent 0d14c6e commit d2ee13b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d2ee13b

Please sign in to comment.