Skip to content

Commit 5790511

Browse files
committed
Raise Elixir version requirement to "~> 1.9"
1 parent 9304767 commit 5790511

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ jobs:
99
strategy:
1010
matrix:
1111
include:
12-
- elixir: '1.7.4'
13-
otp: '19.3'
14-
- elixir: '1.8.2'
15-
otp: '20.3'
1612
- elixir: '1.9.4'
17-
otp: '21.3'
13+
otp: '20.3'
1814
- elixir: '1.10.4'
15+
otp: '21.3'
16+
- elixir: '1.11.4'
1917
otp: '22.3'
20-
- elixir: '1.11.3'
21-
otp: '23.0'
18+
- elixir: '1.11.4'
19+
otp: '23.3'
2220

2321
env:
2422
MIX_ENV: test

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.3.0-dev
4+
5+
- Backwards incompatible changes
6+
- Minimum required Elixir version is now `~> 1.9`
7+
38
## v0.2.0 (2020-11-07)
49

510
- Backwards incompatible changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Geolix.Plug.MixProject do
99
app: :geolix_plug,
1010
name: "Geolix Plug",
1111
version: @version,
12-
elixir: "~> 1.7",
12+
elixir: "~> 1.9",
1313
deps: deps(),
1414
description: "Geolix Plug",
1515
dialyzer: dialyzer(),

0 commit comments

Comments
 (0)