Skip to content

Commit

Permalink
Drop support for Elixir versions before 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed May 28, 2023
1 parent b2a40ef commit 98c228d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

test:
name: Test suite
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
matrix:
versions:
- otp: 18.3
elixir: 1.4
- otp: 24
elixir: 1.13
- otp: "20"
elixir: "1.6"
- otp: "24"
elixir: "1.14"

env:
MIX_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Msgpax.Mixfile do
[
app: :msgpax,
version: @version,
elixir: "~> 1.4",
elixir: "~> 1.6",
consolidate_protocols: Mix.env() != :test,
description: description(),
deps: deps(),
Expand Down

0 comments on commit 98c228d

Please sign in to comment.