Skip to content

Commit 2589675

Browse files
committed
Run system tests against master with OTP 23 and 24
rabbitmq/rabbitmq-server#3143 enables us to run system tests against latest rabbitmq-server master ensuring we're compatible with our Erlang supported versions as documented in https://www.rabbitmq.com/which-erlang.html
1 parent a74ec73 commit 2589675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
rabbitmq-image:
5353
- rabbitmq:3.8.8-management
5454
- rabbitmq:3.8-management
55-
- pivotalrabbitmq/rabbitmq:master
55+
- pivotalrabbitmq/rabbitmq:master-otp-max
56+
- pivotalrabbitmq/rabbitmq:master-otp-max-1
5657
steps:
5758
- name: Check out code into the Go module directory
5859
uses: actions/checkout@v2

0 commit comments

Comments
 (0)