Skip to content

Commit

Permalink
build: add v2024.06.0 to integration suite (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein authored Jul 23, 2024
1 parent 114ecb7 commit cb71920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
matrix:
CONNECT_VERSION:
- preview
- 2024.06.0
- 2024.05.0
- 2024.04.1
- 2024.04.0
Expand Down
3 changes: 2 additions & 1 deletion integration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ include ../vars.mk
help

# Versions
CONNECT_VERSIONS := 2024.05.0 \
CONNECT_VERSIONS := 2024.06.0 \
2024.05.0 \
2024.04.1 \
2024.04.0 \
2024.03.0 \
Expand Down

0 comments on commit cb71920

Please sign in to comment.