Skip to content

Commit

Permalink
chore: Downgrade OTP version to 24 in CI workflow and add castore dep…
Browse files Browse the repository at this point in the history
…endency
  • Loading branch information
parroty committed Dec 25, 2024
1 parent c908555 commit 87b660f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
include:
- otp: '25'
- otp: '24'
elixir: '1.12'
- otp: '26'
elixir: '1.14'
Expand Down
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ defmodule ExTwitter.Mixfile do
[
{:oauther, "~> 1.3"},
{:jason, "~> 1.1"},
{:castore, "~> 1.0"},
{:exvcr, "~> 0.14", only: :test},
{:excoveralls, "~> 0.18", only: :test},
{:meck, "~> 0.9", only: [:dev, :test]},
Expand Down

0 comments on commit 87b660f

Please sign in to comment.