Skip to content

Commit 096cd4f

Browse files
committed
test: add v2024.12.0 and v2025.01.0 to integration test suite
1 parent a6894dd commit 096cd4f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
matrix:
4242
CONNECT_VERSION:
4343
- preview
44+
- 2025.01.0
45+
- 2024.12.0
4446
- 2024.11.0
4547
- 2024.09.0
4648
- 2024.08.0

integration/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ PYTEST_ARGS ?= "-s"
2626

2727
# Versions
2828
CONNECT_VERSIONS := \
29+
2025.01.0 \
30+
2024.12.0 \
2931
2024.11.0 \
3032
2024.09.0 \
3133
2024.08.0 \

0 commit comments

Comments
 (0)