Skip to content

Release v0.4.2

Release v0.4.2 #14

Triggered via push October 1, 2024 13:58
Status Success
Total duration 4m 56s
Artifacts

elixir.yaml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Test on OTP 26.0.2 / Elixir 1.15.4'
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test on OTP 26.0.2 / Elixir 1.15.4'
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test on OTP 26.0.2 / Elixir 1.15.4'
use Bitwise is deprecated. import Bitwise instead
Test on OTP 26.0.2 / Elixir 1.15.4'
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead