Skip to content

Commit

Permalink
allow tower 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 3, 2025
1 parent fa5397b commit f1c9dc7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 129 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,9 @@ jobs:
lint: true
- elixir: '1.17'
erlang: '26.2.5.6'
blend: sentry_10_7
- elixir: '1.16'
erlang: '25.3.2.16'
blend: sentry_10_6
- elixir: '1.16'
erlang: '25.3.2.16'
blend: sentry_10_5
- elixir: '1.15'
erlang: '24.3.4.17'
blend: sentry_10_4
blend: tower_0_7
- elixir: '1.15'
erlang: '24.3.4.17'
blend: sentry_10_3
Expand Down
5 changes: 1 addition & 4 deletions blend.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
%{
sentry_10_7: [{:sentry, "~> 10.7.0"}],
sentry_10_6: [{:sentry, "~> 10.6.0"}],
sentry_10_5: [{:sentry, "~> 10.5.0"}],
sentry_10_4: [{:sentry, "~> 10.4.0"}],
tower_0_7: [{:tower, "~> 0.7.1"}],
sentry_10_3: [{:sentry, "~> 10.3.0"}]
}
37 changes: 0 additions & 37 deletions blend/sentry_10_4.mix.lock

This file was deleted.

Loading

0 comments on commit f1c9dc7

Please sign in to comment.