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,