-
Notifications
You must be signed in to change notification settings - Fork 1
SC-171060 Fix for Elixir 1.19 compatibility #21
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
base: master
Are you sure you want to change the base?
SC-171060 Fix for Elixir 1.19 compatibility #21
Conversation
1a020e0 to
f6984db
Compare
3e850dd to
97e3b4c
Compare
81355af to
17a8451
Compare
ba1fbaf to
8099c6b
Compare
8099c6b to
508e5b9
Compare
508e5b9 to
b645d6e
Compare
5320729 to
843e1f7
Compare
|
|
||
| ### Fixed | ||
|
|
||
| - Fixed Elixir 1.19 compatibility by removing regex-containing struct default for `filter_body` field. The default value is now applied at runtime via the `default_filter_body/0` function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| uses: actions/setup-elixir@v1 | ||
| - name: Set up Elixir | ||
| id: beam | ||
| uses: erlef/setup-beam@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actions/setup-elixir is archived
|
|
||
| # Static analysis | ||
| {:dialyxir, "~> 1.1", only: :dev, runtime: false} | ||
| {:dialyxir, "~> 1.4", only: :dev, runtime: false} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.