Skip to content

Commit 06a41a5

Browse files
committed
CI: Use CrateDB latest for regular testing
1 parent 2846ea5 commit 06a41a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: ['ubuntu-latest', 'macos-latest']
2222
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
23-
cratedb-version: ['5.4.5']
23+
cratedb-version: ['latest']
2424
sqla-version: ['<1.4', '<1.5', '<2.1']
2525
pip-allow-prerelease: ['false']
2626

@@ -39,7 +39,7 @@ jobs:
3939
include:
4040
- os: 'ubuntu-latest'
4141
python-version: '3.12'
42-
cratedb-version: '5.4.5'
42+
cratedb-version: 'latest'
4343
sqla-version: 'latest'
4444
pip-allow-prerelease: 'true'
4545

0 commit comments

Comments
 (0)