Skip to content

Commit

Permalink
CI: Use more recent CrateDB 5.4.5
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Utz <[email protected]>
  • Loading branch information
amotl and seut committed Nov 6, 2023
1 parent 0d14c6e commit 481aff4
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.5']
include:
- os: 'macos-latest'
python-version: '3.12'
cratedb-version: '5.3.2'
cratedb-version: '5.4.5'
- os: 'windows-latest'
python-version: '3.12'
cratedb-version: '5.3.2'
cratedb-version: '5.4.5'
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit 481aff4

Please sign in to comment.