Skip to content

Commit

Permalink
feat: upgrade rabbitmq in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
Ks89 committed Aug 20, 2024
1 parent 519e650 commit c61fd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install and start RabbitMQ
uses: namoshek/rabbitmq-github-action@v1
with:
version: '3.11.9-management'
version: '3.13.6-management'
ports: '15672:15672 15671:15671 5672:5672'
# certificates: ${{ github.workspace }}/.ci/tls-certificates
# config: ${{ github.workspace }}/.ci/rabbitmq.conf
Expand Down

0 comments on commit c61fd4f

Please sign in to comment.