Skip to content

Commit

Permalink
Merge pull request #35 from lpgauth/upkeep/OTP-26
Browse files Browse the repository at this point in the history
Build on OTP-26
  • Loading branch information
lpgauth authored May 27, 2023
2 parents fe7f56f + 26dd4a3 commit 410180c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
erlang: [21, 22, 23, 24, 25]
erlang: [21, 22, 23, 24, 25, 26]

container:
image: erlang:${{ matrix.erlang }}
Expand Down
6 changes: 4 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
{foil, ".*",
{git, "https://github.com/lpgauth/foil.git", {tag, "0.1.2"}}},
{shackle, ".*",
{git, "https://github.com/lpgauth/shackle.git", {tag, "0.6.18"}}}
{git, "https://github.com/lpgauth/shackle.git", {tag, "0.6.19"}}}
]}.

{dialyzer, [{plt_extra_apps, [public_key]}]}.


{edoc_opts, [
{app_default, "http://www.erlang.org/doc/man"},
{doclet, edown_doclet},
Expand All @@ -16,7 +19,6 @@
]}.

{erl_opts, [
% bin_opt_info,
debug_info
]}.

Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{<<"metal">>,{pkg,<<"metal">>,<<"0.1.1">>},1},
{<<"shackle">>,
{git,"https://github.com/lpgauth/shackle.git",
{ref,"3bd5df0f06e415fe0c3122b9f5387d2959b944ec"}},
{ref,"a4f7d82d10115cf0d676582b638a56260be685d5"}},
0}]}.
[
{pkg_hash,[
Expand Down
2 changes: 1 addition & 1 deletion src/buoy.app.src
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{application, buoy, [
{applications, [kernel, stdlib, foil, shackle]},
{applications, [kernel, stdlib, foil, shackle, ssl]},
{description, "High Performance Erlang HTTP 1.1 Client"},
{env, []},
{licenses, ["MIT"]},
Expand Down

0 comments on commit 410180c

Please sign in to comment.