File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,17 @@ jobs:
1818 strategy :
1919 matrix :
2020 include :
21- - pair :
22- elixir : 1.14.5
23- otp : 24.3
24- build-flags : --warnings-as-errors
2521 - pair :
2622 elixir : 1.15.7
27- otp : 25 .3
23+ otp : 24 .3
2824 build-flags : --warnings-as-errors
2925 - pair :
3026 elixir : 1.16.2
31- otp : 26.2
27+ otp : 25.3
3228 build-flags : --warnings-as-errors
3329 - pair :
3430 elixir : 1.17.3
35- otp : 27.3
31+ otp : 26.2
3632 build-flags : --warnings-as-errors
3733 - pair :
3834 elixir : 1.18.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 only upgrades to RDF.ex v3.0 and fixes warnings under Elixir v1.19
1111
12+ Elixir versions < 1.15 are no longer supported.
13+
1214[ Compare v0.1.0...HEAD] ( https://github.com/rdf-elixir/foaf-ex/compare/v0.1.0...HEAD )
1315
1416
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule FOAF.MixProject do
99 [
1010 app: :foaf ,
1111 version: @ version ,
12- elixir: "~> 1.14 " ,
12+ elixir: "~> 1.15 " ,
1313 start_permanent: Mix . env ( ) == :prod ,
1414 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1515 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments