File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 include :
18- - pair :
19- elixir : 1.13.4
20- otp : 23.3
2118 - pair :
2219 elixir : 1.14.5
2320 otp : 24.3
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
99
1010This version is just upgraded to RDF.ex v2.1.
1111
12+ Elixir versions < 1.14 and OTP version < 24 are no longer supported
13+
1214
1315[ Compare v0.3.10...HEAD] ( https://github.com/rdf-elixir/sparql-ex/compare/v0.3.10...HEAD )
1416
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule SPARQL.Mixfile do
99 [
1010 app: :sparql ,
1111 version: @ version ,
12- elixir: "~> 1.13 " ,
12+ elixir: "~> 1.14 " ,
1313 build_embedded: Mix . env == :prod ,
1414 start_permanent: Mix . env == :prod ,
1515 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments