Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update- Update the system to work with OTP25's typer_core
Browse files Browse the repository at this point in the history
elbrujohalcon committed Oct 29, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent fa636b1 commit b0e789a
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
@@ -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}}
@@ -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}}
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -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]}]}]}]}.
Loading

0 comments on commit b0e789a

Please sign in to comment.