Skip to content

Commit

Permalink
Move minimum_otp_vsn and CI to 24+
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 13, 2024
1 parent 00df5b4 commit bd8806c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,9 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- otp_version: 25
os: ubuntu-22.04
rebar3_version: 3.22
latest: true
- otp_version: 24
os: ubuntu-22.04
rebar3_version: 3.22
- otp_version: 23
os: ubuntu-20.04
rebar3_version: 3.18
- otp_version: 22
os: ubuntu-20.04
rebar3_version: 3.18
otp_version: [24, 25]
os: [ubuntu-22.04]
rebar3_version: [3.22]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -62,8 +51,6 @@ jobs:

- name: Compile
run: rebar3 compile
- name: Lint
run: if [[ "${{ matrix.latest }}" == "true" ]]; then rebar3 lint; fi
- name: EUnit tests
run: rebar3 eunit
- name: Dialyzer
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_first_files, ["src/elli_handler.erl"]}.
{erl_opts, [debug_info,
{i, "include"}]}.
{minimum_otp_vsn, "22.0"}.
{minimum_otp_vsn, "24"}.
{deps, []}.
{xref_checks, [undefined_function_calls,locals_not_used]}.
{profiles, [
Expand Down

0 comments on commit bd8806c

Please sign in to comment.