Skip to content

Commit

Permalink
Add RabbitMQ 3.13 to tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulshin authored May 28, 2024
1 parent 5c4d635 commit 40d45ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
rabbitmq: ['3.10', '3.11', '3.12']
rabbitmq: ['3.10', '3.11', '3.12', '3.13']
fail-fast: true
steps:
- name: Checkout
Expand Down

1 comment on commit 40d45ab

@inikulshin
Copy link
Contributor Author

@inikulshin inikulshin commented on 40d45ab May 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pliner @zidad @micdenny @luigiberrettini
I'm sorry, I made this commit by mistake, I thought pushes are not allowed (only pull requests).
However I suggest to keep this commit (of course, if tests will pass).

Update: minor test fix is required to make tests pass on RabbitMQ 3.13:

bed7a00

Please sign in to comment.