Skip to content

upgrade elixir in ci #408

upgrade elixir in ci

upgrade elixir in ci #408

Triggered via pull request June 21, 2023 06:38
Status Success
Total duration 2m 9s
Artifacts

elixir_matrix.yaml

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

Annotations

98 warnings
Test - OTP 25.x / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead
Test - OTP 25.x / Elixir 1.15.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead
Test - OTP 25.x / Elixir 1.15.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test - OTP 25.x / Elixir 1.15.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead
Test - OTP 26.x / Elixir 1.15.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead
Test - OTP 26.x / Elixir 1.15.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test - OTP 26.x / Elixir 1.15.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 26.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test - OTP 26.x / Elixir 1.14.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 26.x / Elixir 1.14.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 26.x / Elixir 1.14.x: test/support/controllers/cog.ex#L4
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 26.x / Elixir 1.14.x: test/support/controllers/test_resource.ex#L11
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 26.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L5
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 26.x / Elixir 1.14.x: test/support/controllers/widget.ex#L4
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 26.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L21
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 26.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L47
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 24.x / Elixir 1.14.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 24.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test - OTP 24.x / Elixir 1.14.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 24.x / Elixir 1.14.x: test/support/controllers/cog.ex#L4
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 24.x / Elixir 1.14.x: test/support/controllers/test_resource.ex#L11
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 24.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L5
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 24.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L21
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 24.x / Elixir 1.14.x: test/support/controllers/widget.ex#L4
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 24.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L47
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 24.x / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead
Test - OTP 24.x / Elixir 1.15.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead
Test - OTP 24.x / Elixir 1.15.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 24.x / Elixir 1.15.x
Logger.warn/2 is deprecated. Use Logger.warning/2 instead
Test - OTP 25.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test - OTP 25.x / Elixir 1.14.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 25.x / Elixir 1.14.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 25.x / Elixir 1.14.x: test/support/controllers/cog.ex#L4
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 25.x / Elixir 1.14.x: test/support/controllers/test_resource.ex#L11
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 25.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L5
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 25.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L21
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 25.x / Elixir 1.14.x: test/support/controllers/widget.ex#L4
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 25.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L47
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 23.x / Elixir 1.14.x
:ssl.cipher_suites/1 is deprecated. It will be removed in OTP 24. Use cipher_suites/2,3 instead
Test - OTP 23.x / Elixir 1.14.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 23.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
Test - OTP 23.x / Elixir 1.14.x
:ssl.cipher_suites/1 is deprecated. It will be removed in OTP 24. Use cipher_suites/2,3 instead
Test - OTP 23.x / Elixir 1.14.x
variable "level" is unused (if the variable is not meant to be used, prefix it with an underscore)
Test - OTP 23.x / Elixir 1.14.x: test/support/controllers/cog.ex#L4
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 23.x / Elixir 1.14.x: test/support/controllers/test_resource.ex#L11
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 23.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L5
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 23.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L21
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 23.x / Elixir 1.14.x: test/support/controllers/widget.ex#L4
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.
Test - OTP 23.x / Elixir 1.14.x: test/support/controllers/whizbang.ex#L47
use Bonny.Controller is deprecated. Migrate your operator to `Bonny.Operator` and `Bonny.ControllerV2`.