File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 include :
17- - elixir : 1.13.x
18- otp : 22.x
19- tests_may_fail : false
20- - elixir : 1.13.x
21- otp : 23.x
22- tests_may_fail : false
23- - elixir : 1.13.x
24- otp : 24.x
25- tests_may_fail : false
26- - elixir : 1.13.x
27- otp : 25.x
28- tests_may_fail : false
2917 - elixir : 1.14.x
3018 otp : 23.x
3119 tests_may_fail : false
9886 fail-fast : false
9987 matrix :
10088 include :
101- - elixir : 1.13.x
102- otp : 22.x
103- tests_may_fail : false
104- - elixir : 1.13.x
105- otp : 23.x
106- tests_may_fail : false
107- - elixir : 1.13.x
108- otp : 24.x
109- tests_may_fail : false
110- - elixir : 1.13.x
111- otp : 25.x
112- tests_may_fail : false
11389 - elixir : 1.14.x
11490 otp : 23.x
11591 tests_may_fail : false
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule ElixirSense.MixProject do
66 [
77 app: :elixir_sense ,
88 version: "2.0.0" ,
9- elixir: "~> 1.13 " ,
9+ elixir: "~> 1.14 " ,
1010 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1111 build_embedded: Mix . env ( ) == :prod ,
1212 start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments