Skip to content

Commit

Permalink
build(deps): supports elixir/otp 1.16/26
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 1, 2024
1 parent 6a46cf2 commit eb7ed4a
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 @@ -13,6 +13,8 @@ jobs:
- elixir: '1.17'
erlang: '27.1'
lint: true
- elixir: '1.16'
erlang: '26.2.5.3'
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule TowerBugsnag.MixProject do
[
app: :tower_bugsnag,
version: "0.1.0",
elixir: "~> 1.17",
elixir: "~> 1.16",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down

0 comments on commit eb7ed4a

Please sign in to comment.