This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1111
1212 strategy :
1313 matrix :
14- otp : [26.0 .2]
15- elixir : [1.15.4 ]
14+ otp : [26.1 .2]
15+ elixir : [1.15.7 ]
1616
1717 steps :
1818 - uses : actions/checkout@v2
5555 - uses : erlef/setup-beam@v1
5656 id : beam
5757 with :
58- otp-version : 26.0 .2
59- elixir-version : 1.15.4
58+ otp-version : 26.1 .2
59+ elixir-version : 1.15.7
6060 - uses : actions/cache@v3
6161 with :
6262 path : |
8080 id : beam
8181 uses : erlef/setup-beam@v1
8282 with :
83- otp-version : 26.0 .2
84- elixir-version : 1.15.4
83+ otp-version : 26.1 .2
84+ elixir-version : 1.15.7
8585
8686 # Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
8787 # Cache key based on Elixir & Erlang version (also useful when running in matrix)
Original file line number Diff line number Diff line change 11[tools ]
2- erlang = " 26.0 .2"
3- elixir = " 1.15.5 -otp-26"
2+ erlang = " 26.1 .2"
3+ elixir = " 1.15.7 -otp-26"
44zig = " 0.11.0"
Original file line number Diff line number Diff line change @@ -195,12 +195,12 @@ defmodule NextLS.HoverTest do
195195 "contents" => % {
196196 "kind" => "markdown" ,
197197 "value" =>
198- "## :erlang.atom_to_binary /1\n \n " <>
198+ "## Atom.to_string /1\n \n " <>
199199 _
200200 } ,
201201 "range" => % {
202202 "start" => % { "character" => 14 , "line" => 10 } ,
203- "end" => % { "character" => 27 , "line" => 10 }
203+ "end" => % { "character" => 22 , "line" => 10 }
204204 }
205205 } ,
206206 500
You can’t perform that action at this time.
0 commit comments