Skip to content

Commit f7b9602

Browse files
committed
Bump to Elixir v1.10
1 parent e32ebf8 commit f7b9602

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
elixirbase:
27-
- "1.9.4-erlang-22.3.4.16-alpine-3.13.1"
27+
- "1.10.4-erlang-21.3.8.24-alpine-3.13.3"
2828
postgres:
2929
- "11.11"
3030
- "9.6"
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
elixirbase:
46-
- "1.9.4-erlang-22.3.4.16-alpine-3.13.1"
46+
- "1.10.4-erlang-21.3.8.24-alpine-3.13.3"
4747
mysql:
4848
- "5.7"
4949
steps:
@@ -60,7 +60,7 @@ jobs:
6060
fail-fast: false
6161
matrix:
6262
elixirbase:
63-
- "1.9.4-erlang-22.1.7-alpine-3.11.3"
63+
- "1.10.4-erlang-21.3.8.24-alpine-3.13.3"
6464
mssql:
6565
- "2017"
6666
- "2019"

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule EctoSQL.MixProject do
99
[
1010
app: :ecto_sql,
1111
version: @version,
12-
elixir: "~> 1.9",
12+
elixir: "~> 1.10",
1313
deps: deps(),
1414
test_paths: test_paths(System.get_env("ECTO_ADAPTER")),
1515
xref: [

0 commit comments

Comments
 (0)