Skip to content

Commit

Permalink
OTP 27: bump katana_code from 2.1.0 to 2.1.1 (#225)
Browse files Browse the repository at this point in the history
* Bump katana_code from 2.1.0 to 2.1.1

Improves execution over OTP 27

* Make sure we test changes over newer Erlang/OTPs

* Keep CI backward-compatibility

This would otherwise break with all the unknown types
and function calls to `rebar3`
  • Loading branch information
paulo-ferraz-oliveira authored Jul 8, 2024
1 parent a737d34 commit 3e4b2b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
otp: ['25.2.1']
rebar: ['3.20.0']
otp: ['25', '26', '27']
rebar: ['3.23']

steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 6 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@

{dialyzer,
[{warnings,
[no_return, unmatched_returns, error_handling, missing_return, extra_return]}]}.
[no_return,
unmatched_returns,
error_handling,
missing_return,
extra_return,
no_unknown]}]}.

{edoc_opts,
[{todo, true},
Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.2.0",
[{<<"katana_code">>,{pkg,<<"katana_code">>,<<"2.1.0">>},0}]}.
[{<<"katana_code">>,{pkg,<<"katana_code">>,<<"2.1.1">>},0}]}.
[
{pkg_hash,[
{<<"katana_code">>, <<"0C42BDCD7E59995876AED9F678CF62E3D12EF42E0FBB2190556E64BFEBDD15C6">>}]},
{<<"katana_code">>, <<"9AC515E6B5AE4903CD7B6C9161ABFBA49B610B6F3E19E8F0542802A4316C2405">>}]},
{pkg_hash_ext,[
{<<"katana_code">>, <<"AE3BBACA187511588F69695A9FF22251CB2CC672FDCCC180289779BDD25175EF">>}]}
{<<"katana_code">>, <<"0680F33525B9A882E6F4D3022518B15C46F648BD7B0DBE86900980FE1C291404">>}]}
].

0 comments on commit 3e4b2b9

Please sign in to comment.