Skip to content

Commit 5dc5b3d

Browse files
Try testing against RabbitMQ 4.0.x and 4.1.x
1 parent 548e9f6 commit 5dc5b3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
build:
4242
strategy:
4343
matrix:
44+
rabbitmq-series:
45+
- "4.0"
46+
- "4.1"
4447
rust-version:
4548
- stable
4649
- beta
@@ -52,7 +55,7 @@ jobs:
5255

5356
services:
5457
rabbitmq:
55-
image: rabbitmq:4-management
58+
image: rabbitmq:${{ matrix.rabbitmq-series }}-management
5659
ports:
5760
- 15672:15672
5861
- 5672:5672

0 commit comments

Comments
 (0)