File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 include :
18- - pair :
19- elixir : 1.10.4
20- otp : 22.3.4
2118 - pair :
2219 elixir : 1.11.4
2320 otp : 23.2.7
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ defmodule Plug.Cowboy do
349349 { timeout , opts } = Keyword . pop ( opts , :timeout )
350350
351351 if timeout do
352- Logger . warn ( "the :timeout option for Cowboy webserver has no effect and must be removed" )
352+ Logger . warning ( "the :timeout option for Cowboy webserver has no effect and must be removed" )
353353 end
354354
355355 opts = Keyword . delete ( opts , :otp_app )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule Plug.Cowboy.MixProject do
99 [
1010 app: :plug_cowboy ,
1111 version: @ version ,
12- elixir: "~> 1.10 " ,
12+ elixir: "~> 1.11 " ,
1313 deps: deps ( ) ,
1414 package: package ( ) ,
1515 description: @ description ,
You can’t perform that action at this time.
0 commit comments