We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d46579 commit 8eceb91Copy full SHA for 8eceb91
.ci/versions.json
@@ -1,4 +1,4 @@
1
{
2
"erlang": "26.1.2",
3
- "rabbitmq": "3.13.0-beta.6"
+ "rabbitmq": " rabbitmq:3.13-rc"
4
}
.github/workflows/build-test.yaml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
services:
45
rabbitmq:
46
- image: rabbitmq:3.13.0-beta.6-management
+ image: rabbitmq:3.13-rc-management
47
env:
48
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbitmq_stream advertised_host localhost -rabbit collect_statistics_interval 4
49
ports:
0 commit comments