Skip to content

Commit

Permalink
Drop support for Elixir 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jun 12, 2024
1 parent d8fe6d0 commit 52ebd72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
fail-fast: false
matrix:
include:
- otp: "21.x"
elixir: "1.10.x"
- otp: "22.x"
elixir: "1.11.x"
- otp: "23.x"
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule HushGcpSecretManager.MixProject do
[
app: :hush_gcp_secret_manager,
version: @version,
elixir: "~> 1.10",
elixir: "~> 1.11",
deps: deps(),
docs: docs(),
description: description(),
Expand Down

0 comments on commit 52ebd72

Please sign in to comment.