Skip to content

Commit

Permalink
CI: Use CrateDB latest for regular testing
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 17, 2024
1 parent 2846ea5 commit 06a41a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
cratedb-version: ['5.4.5']
cratedb-version: ['latest']
sqla-version: ['<1.4', '<1.5', '<2.1']
pip-allow-prerelease: ['false']

Expand All @@ -39,7 +39,7 @@ jobs:
include:
- os: 'ubuntu-latest'
python-version: '3.12'
cratedb-version: '5.4.5'
cratedb-version: 'latest'
sqla-version: 'latest'
pip-allow-prerelease: 'true'

Expand Down

0 comments on commit 06a41a5

Please sign in to comment.