We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6894dd commit 096cd4fCopy full SHA for 096cd4f
.github/workflows/ci.yaml
@@ -41,6 +41,8 @@ jobs:
41
matrix:
42
CONNECT_VERSION:
43
- preview
44
+ - 2025.01.0
45
+ - 2024.12.0
46
- 2024.11.0
47
- 2024.09.0
48
- 2024.08.0
integration/Makefile
@@ -26,6 +26,8 @@ PYTEST_ARGS ?= "-s"
26
27
# Versions
28
CONNECT_VERSIONS := \
29
+ 2025.01.0 \
30
+ 2024.12.0 \
31
2024.11.0 \
32
2024.09.0 \
33
2024.08.0 \
0 commit comments