Skip to content

Commit

Permalink
Require Elixir 1.7 or higher
Browse files Browse the repository at this point in the history
Elixir 1.6 is not officially supported anymore, so we are updating our
requirement as well.
  • Loading branch information
crbelaus committed Jul 25, 2021
1 parent 7d9db1d commit 12964fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.6
- elixir: 1.7
otp: 20
- elixir: 1.12
otp: 24
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# Unreleased
- Require Elixir 1.7 or newer
- Migrate from CircleCI to GitHub Actions

# 2.2.0 - 2020-02-01
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Trans.Mixfile do
[
app: :trans,
version: @version,
elixir: "~> 1.6",
elixir: "~> 1.7",
description: "Embedded translations for Elixir schemas",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 12964fb

Please sign in to comment.