Skip to content

Upgrade Elixir, OTP, and dependencies #72

Upgrade Elixir, OTP, and dependencies

Upgrade Elixir, OTP, and dependencies #72

Triggered via pull request February 26, 2025 15:26
@gcprestongcpreston
synchronize #19
upgrades
Status Success
Total duration 1m 32s
Artifacts

elixir.yml

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

Annotations

6 warnings
Test on OTP 27.2 / Elixir 1.18.2
using map.field notation (without parentheses) to invoke function SlippiChat.Repo.__adapter__() is deprecated, you must add parentheses instead: remote.function()
Test on OTP 27.2 / Elixir 1.18.2
using map.field notation (without parentheses) to invoke function SlippiChat.Repo.config() is deprecated, you must add parentheses instead: remote.function()
Test on OTP 27.2 / Elixir 1.18.2
using map.field notation (without parentheses) to invoke function SlippiChat.Repo.Migrations.CreateAccessTokens.__migration__() is deprecated, you must add parentheses instead: remote.function()
Test on OTP 27.2 / Elixir 1.18.2
using map.field notation (without parentheses) to invoke function SlippiChat.Repo.Migrations.CreateAccessTokens.__migration__() is deprecated, you must add parentheses instead: remote.function()
Test on OTP 27.2 / Elixir 1.18.2
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Test on OTP 27.2 / Elixir 1.18.2
0..-2 has a default step of -1, please write 0..-2//-1 instead