Skip to content

Commit

Permalink
drop elixir 1.13 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Feb 18, 2025
1 parent bb17c90 commit 4006f6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.13.x
otp: 22.x
tests_may_fail: false
- elixir: 1.13.x
otp: 23.x
tests_may_fail: false
- elixir: 1.13.x
otp: 24.x
tests_may_fail: false
- elixir: 1.13.x
otp: 25.x
tests_may_fail: false
- elixir: 1.14.x
otp: 23.x
tests_may_fail: false
Expand Down Expand Up @@ -98,18 +86,6 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.13.x
otp: 22.x
tests_may_fail: false
- elixir: 1.13.x
otp: 23.x
tests_may_fail: false
- elixir: 1.13.x
otp: 24.x
tests_may_fail: false
- elixir: 1.13.x
otp: 25.x
tests_may_fail: false
- elixir: 1.14.x
otp: 23.x
tests_may_fail: false
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule ElixirSense.MixProject do
[
app: :elixir_sense,
version: "2.0.0",
elixir: "~> 1.13",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 4006f6d

Please sign in to comment.