Skip to content

Commit

Permalink
Merge pull request #85 from inaka/brujo-update-otp27
Browse files Browse the repository at this point in the history
Update with OTP25 through OTP27 improvements
  • Loading branch information
elbrujohalcon authored Oct 21, 2024
2 parents f897f5c + cc47295 commit 50907b5
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 139 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:

strategy:
matrix:
otp: ['24', '25', '26', '27']
rebar: ['3.23']
otp: ['25', '26', '27']
rebar: ['3.24']

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# katana-code

![build](https://github.com/inaka/katana-code/workflows/build/badge.svg)

Katana Code is an Erlang library application containinig modules useful for processing Erlang code.

# Contact Us
Expand All @@ -12,4 +10,3 @@ If you find any **bugs** or have a **problem** while using this library, please

And you can check all of our open-source projects at
[inaka.github.io](http://inaka.github.io)

2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{erl_opts,
[warn_unused_import, warn_export_vars, warnings_as_errors, verbose, report, debug_info]}.

{minimum_otp_vsn, "24"}.
{minimum_otp_vsn, "25"}.

{profiles,
[{test, [{cover_enabled, true}, {cover_opts, [verbose]}, {ct_opts, [{verbose, true}]}]}]}.
Expand Down
Loading

0 comments on commit 50907b5

Please sign in to comment.