Skip to content

Commit 8eef8d6

Browse files
committed
Test against RabbitMQ 4.2 alpha
1 parent d85d04b commit 8eef8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-rabbitmq-alphas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
include:
2020
- rabbitmq-image: "pivotalrabbitmq/rabbitmq:v4.1.x-otp27"
2121
label: "4.1"
22-
- rabbitmq-image: "pivotalrabbitmq/rabbitmq:main-otp27"
23-
label: "main"
22+
- rabbitmq-image: "pivotalrabbitmq/rabbitmq:v4.2.x-otp27"
23+
label: "4.2"
2424
services:
2525
rabbitmq:
2626
image: ${{ matrix.rabbitmq-image }}

0 commit comments

Comments
 (0)