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 298d510 commit fc82cbcCopy full SHA for fc82cbc
.ci/versions.json
@@ -1,4 +1,4 @@
1
{
2
"erlang": "26.1.2",
3
- "rabbitmq": "3.13.0-rc.4"
+ "rabbitmq": "3.13.0"
4
}
.github/workflows/build-test.yaml
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
services:
46
rabbitmq:
47
- image: rabbitmq:3.13-rc-management
+ image: rabbitmq:3.13-management
48
env:
49
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbitmq_stream advertised_host localhost -rabbit collect_statistics_interval 4
50
ports:
0 commit comments