File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
77
88## Unreleased
99
10- Elixir versions < 1.14 and OTP version < 23 are no longer supported.
10+ Elixir versions < 1.15 and OTP version < 24 are no longer supported.
1111
1212### Added
1313
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule RDF.XML.MixProject do
99 [
1010 app: :rdf_xml ,
1111 version: @ version ,
12- elixir: "~> 1.14 " ,
12+ elixir: "~> 1.15 " ,
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