-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: run propagator dialyzer on CI #202
chore: run propagator dialyzer on CI #202
Conversation
It is necessary because :dialyxir requires Elixir ">= 1.12.0"
1.11 should not have been removed from the matrix and the minimum support should not have been changed @joaothallis. Why was that done and the PR not simply rebased with adding dialyzer? Edit: Nevermind. I see. The issue with dialyxir was fixed to remove the reliance on that operator. I'm going to revert this for now and we can do a new PR with the most recent version. |
This reverts commit 97d13c3.
Okay, I will create a new PR |
What does this PR do?
Update propagator dialyzer and run it on CI