Skip to content

Commit

Permalink
Remove mix.lock (#7)
Browse files Browse the repository at this point in the history
* Remove mix.lock

* Drop Elixir 1.6 support
  • Loading branch information
voltone authored Jun 15, 2021
1 parent 03ec422 commit 3de4d96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
fail-fast: false
matrix:
include:
- pair:
elixir: 1.6.6
otp: 20.3.8.26
- pair:
elixir: 1.7.4
otp: 21.0.9
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ erl_crash.dump
# Ignore package tarball (built via "mix hex.build").
plug_signature-*.tar

# Because we're a library
mix.lock

plug_signature_example/_build/
plug_signature_example/deps/
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 PlugSignature.MixProject do
[
app: :plug_signature,
version: @version,
elixir: "~> 1.6",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
description: description(),
Expand Down
15 changes: 0 additions & 15 deletions mix.lock

This file was deleted.

0 comments on commit 3de4d96

Please sign in to comment.