File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches : [ master ]
4+ branches : [master]
55 pull_request :
6- branches : [ master ]
6+ branches : [master]
77
88permissions :
99 contents : read
@@ -19,13 +19,13 @@ jobs:
1919 fail-fast : false
2020 matrix :
2121 include :
22- - elixir : ' 1.17.3'
23- otp : ' 27.1'
22+ - elixir : " 1.17.3"
23+ otp : " 27.1"
2424 lint : lint
25- - elixir : ' 1.17.3'
26- otp : ' 25.0.4'
27- - elixir : ' 1.11.4 '
28- otp : ' 21 .3.8.24 '
25+ - elixir : " 1.17.3"
26+ otp : " 25.0.4"
27+ - elixir : " 1.14.5 "
28+ otp : " 23 .3.4.20 "
2929
3030 steps :
3131 - name : Checkout
6868 elixirbase :
6969 - " 1.17.3-erlang-27.1-alpine-3.17.9"
7070 - " 1.17.3-erlang-25.0.4-alpine-3.17.9"
71- - " 1.11.4 -erlang-21 .3.8.24 -alpine-3.13.3 "
71+ - " 1.14.5 -erlang-23 .3.4.20 -alpine-3.16.9 "
7272 steps :
7373 - uses : earthly/actions-setup@v1
7474 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11# Changelog for v3.x
22
3+ ## v3.13.0-dev
4+
5+ Requires Elixir v1.14+.
6+
37## v3.12.5 (2024-11-28)
48
59### Enhancements
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ defmodule Ecto.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/elixir-ecto/ecto"
5- @ version "3.12.5 "
5+ @ version "3.13.0-dev "
66
77 def project do
88 [
99 app: :ecto ,
1010 version: @ version ,
11- elixir: "~> 1.11 " ,
11+ elixir: "~> 1.14 " ,
1212 deps: deps ( ) ,
1313 consolidate_protocols: Mix . env ( ) != :test ,
1414 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
You can’t perform that action at this time.
0 commit comments