Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed May 28, 2023
1 parent 7c5f282 commit 0a7ba3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -16,10 +16,10 @@ jobs:
strategy:
matrix:
versions:
- otp: 18.3
elixir: 1.4
- otp: 24
elixir: 1.14
- otp: "20"
elixir: "1.6"
- otp: "24"
elixir: "1.14"

env:
MIX_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
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 0a7ba3b

Please sign in to comment.