Skip to content

Commit

Permalink
update- Update the system to work with OTP25's typer_core
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Oct 29, 2024
1 parent fa636b1 commit b0e789a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1,079 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
otp: [23.3, 24.3]
rebar: [3.20.0]
otp: [25]
rebar: [3.24]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand All @@ -33,10 +33,10 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
otp: [23.3, 24.3]
rebar: [3.20.0]
otp: [25]
rebar: [3.24]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{deps, []}.

{minimum_otp_vsn, "23"}.
{minimum_otp_vsn, "25"}.

{profiles,
[{test, [{deps, [{meck, "~> 0.9.2"}]}, {dialyzer, [{plt_extra_apps, [common_test]}]}]}]}.
Expand Down
Loading

0 comments on commit b0e789a

Please sign in to comment.