Skip to content

Commit

Permalink
Update minimal supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelaz3r committed Jul 28, 2024
1 parent c08493c commit 75ffdf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.11.x
otp: 22
os: ubuntu-20.04
- elixir: 1.11.x
otp: 23
os: ubuntu-20.04
- elixir: 1.12.x
otp: 23
os: ubuntu-20.04
- elixir: 1.13.x
otp: 24
os: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule SparklineSvg.MixProject do
name: "Sparkline SVG",
description: "Sparkline SVG is an Elixir library to generate SVG sparkline charts.",
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
package: package(),
Expand Down

0 comments on commit 75ffdf1

Please sign in to comment.