Skip to content
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

Update elixir version to 1.16 #288

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

0dayfall
Copy link

Update elixir version to 1.16

@iamvery
Copy link
Collaborator

iamvery commented Jan 16, 2024

Unfortunately something is still failing 🙁

Copy link
Contributor

@Iftakharpy Iftakharpy left a comment

Choose a reason for hiding this comment

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

You can update child specs to below format which passes the tests:

children = [
      %{id: Display, start: {Display, :start_link, []}},
      %{id: Tracker, start: {Tracker, :start_link, []}},
      %{id: Runner, start: {Runner, :start_link, []}},
      %{id: Watcher, start: {Watcher, :start_link, []}}
    ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants