From 12a251440b2f12ce1ef5742e2a0b008fb26acfec Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Wed, 21 Dec 2022 12:48:31 +0000 Subject: [PATCH] OTP 25 --- .github/workflows/erlang.yml | 9 +++++---- rebar.config | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index b156cf47..c11fdb57 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -17,18 +17,19 @@ jobs: fail-fast: false matrix: otp: - - "24.2.1.0" - - "23.3.4.11" - - "22.3.4.24" + - "25.1" + - "24.3" + - "22.3" container: image: erlang:${{ matrix.otp }} steps: + - uses: lukka/get-cmake@latest - uses: actions/checkout@v2 - name: Compile run: ./rebar3 compile - name: Run xref and dialyzer run: ./rebar3 do xref, dialyzer - name: Run eunit - run: ./rebar3 eunit + run: ./rebar3 as gha do eunit diff --git a/rebar.config b/rebar.config index c02df722..5202b193 100644 --- a/rebar.config +++ b/rebar.config @@ -30,6 +30,7 @@ [ {erl_opts, [warnings_as_errors]} ]}, + {gha, [{erl_opts, [{d, 'GITHUBEXCLUDE'}]}]}, {test, [ {deps,