Skip to content

Elixir 1.12

Elixir 1.12 #3

Triggered via push December 1, 2023 08:25
Status Success
Total duration 4m 49s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
ci: deps/parallel_stream/mix.exs#L17
found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers, and underscores do not require quotes
ci
Stream.chunk/4 is deprecated. Use Stream.chunk_every/4 instead
ci
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
ci
Mix.Project.compile/1 is deprecated. Use Mix.Task.run("compile", args) instead
ci
unknown compiler variable "______" (expected one of __MODULE__, __ENV__, __DIR__, __CALLER__, __STACKTRACE__)
ci
:random.uniform/1 is deprecated. Use the 'rand' module instead
ci
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead