Skip to content

Commit 999d459

Browse files
authored
Add in more recent docker integration versions
1 parent 4051bfb commit 999d459

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integration/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ CONNECT_BOOTSTRAP_SECRETKEY ?= $(shell head -c 32 /dev/random | base64)
2222
help
2323

2424
# Versions
25-
CONNECT_VERSIONS := 2024.09.0 \
25+
CONNECT_VERSIONS := \
26+
2024.11.0 \
27+
2024.10.0 \
28+
2024.09.0 \
2629
2024.08.0 \
2730
2024.06.0 \
2831
2024.05.0 \

0 commit comments

Comments
 (0)