noxdafox / rabbitmq-message-deduplication

RabbitMQ Plugin for filtering message duplicates
Mozilla Public License 2.0
271 stars 33 forks source link

Run CI using `ubuntu-22.04` #110

Closed dentarg closed 3 weeks ago

dentarg commented 1 month ago

Using https://github.com/erlef/setup-beam

dentarg commented 1 month ago

Looks green at https://github.com/dentarg/rabbitmq-message-deduplication/actions

noxdafox commented 4 weeks ago

This works but the issue is not much with Ubuntu 22 but rather Erlang 26 which is required for RMQ 3.13. Did you try with it?

gomoripeti commented 4 weeks ago

In the other PR, Patrik linked to an action that succeded with Erlang 26 https://github.com/noxdafox/rabbitmq-message-deduplication/pull/109#issuecomment-2171698897

Matteo Cafasso @.***> ezt írta (időpont: 2024. jún. 20., Csü 21:36):

This works but the issue is not much with Ubuntu 22 but rather Erlang 26. Did you try with it?

— Reply to this email directly, view it on GitHub https://github.com/noxdafox/rabbitmq-message-deduplication/pull/110#issuecomment-2181396391, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4NVJ4G5DXVUGILYWLZBOTZIMVM5AVCNFSM6AAAAABJMVDK32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBRGM4TMMZZGE . You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

noxdafox commented 3 weeks ago

Thanks!