Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
matrix:
CONNECT_VERSION:
- preview
- 2025.01.0
- 2024.12.0
- 2024.11.0
- 2024.09.0
- 2024.08.0
Expand Down
2 changes: 2 additions & 0 deletions integration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ PYTEST_ARGS ?= "-s"

# Versions
CONNECT_VERSIONS := \
2025.01.0 \
2024.12.0 \
2024.11.0 \
2024.09.0 \
2024.08.0 \
Expand Down
Loading