Skip to content

Commit

Permalink
Merge pull request #270 from basho/develop-gha-otp25
Browse files Browse the repository at this point in the history
OTP 25
  • Loading branch information
martinsumner committed Dec 21, 2022
2 parents 245135e + 12a2514 commit d84c8d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/erlang.yml
Expand Up @@ -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
1 change: 1 addition & 0 deletions rebar.config
Expand Up @@ -30,6 +30,7 @@
[
{erl_opts, [warnings_as_errors]}
]},
{gha, [{erl_opts, [{d, 'GITHUBEXCLUDE'}]}]},
{test,
[
{deps,
Expand Down

0 comments on commit d84c8d9

Please sign in to comment.