Skip to content

Commit

Permalink
build(deps): supports elixir 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed May 17, 2024
1 parent 507c97a commit c76bb57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
lint: true
- elixir_version: 1.15.7
otp_version: '25.3.2.12'
- elixir_version: 1.14.5
otp_version: '24.3.4.17'
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
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 SlackRequest.MixProject do
app: :slack_request,
description: @description,
version: @version,
elixir: "~> 1.15",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
deps: deps(),
package: package(),
Expand Down

0 comments on commit c76bb57

Please sign in to comment.