Skip to content

Commit

Permalink
ci: Add in recent docker integration version (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Dec 3, 2024
1 parent 4051bfb commit f538a2a
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -41,6 +41,7 @@ jobs:
matrix:
CONNECT_VERSION:
- preview
- 2024.11.0
- 2024.09.0
- 2024.08.0
- 2024.06.0
Expand Down
4 changes: 3 additions & 1 deletion integration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ CONNECT_BOOTSTRAP_SECRETKEY ?= $(shell head -c 32 /dev/random | base64)
help

# Versions
CONNECT_VERSIONS := 2024.09.0 \
CONNECT_VERSIONS := \
2024.11.0 \
2024.09.0 \
2024.08.0 \
2024.06.0 \
2024.05.0 \
Expand Down

0 comments on commit f538a2a

Please sign in to comment.