Skip to content

Commit fc82cbc

Browse files
authored
update rabbitmq version (#387)
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 298d510 commit fc82cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"erlang": "26.1.2",
3-
"rabbitmq": "3.13.0-rc.4"
3+
"rabbitmq": "3.13.0"
44
}

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
services:
4646
rabbitmq:
47-
image: rabbitmq:3.13-rc-management
47+
image: rabbitmq:3.13-management
4848
env:
4949
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbitmq_stream advertised_host localhost -rabbit collect_statistics_interval 4
5050
ports:

0 commit comments

Comments
 (0)