Skip to content

Commit b6936b7

Browse files
committed
Test against minimum supported version
Follow up of #1110: The new minimum supported version is 3.9.0. Therefore, we should test against that version to make sure the cluster-operator is compatible with the minimum supported version.
1 parent b81e0f9 commit b6936b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
k8s:
5454
- v1.24.1
5555
rabbitmq-image:
56-
- rabbitmq:3.9-management
56+
- rabbitmq:3.9.0-management # minimum supported version
5757
- rabbitmq:3.10-management
5858
- pivotalrabbitmq/rabbitmq:master-otp-min
5959
- pivotalrabbitmq/rabbitmq:master-otp-max

0 commit comments

Comments
 (0)