Skip to content

Commit

Permalink
Propose Erlang/OTP 25 as minimum version
Browse files Browse the repository at this point in the history
I don't like the formatter's change to `- else .` but that's
a different subject
  • Loading branch information
paulo-ferraz-oliveira committed May 21, 2024
1 parent 3b967a9 commit c5fbbfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
otp_vsn: ['24', '25', '26', '27']
otp_vsn: ['25', '26', '27']
rebar3_vsn: ['3.23']
os: [ubuntu-22.04, windows-2022]
steps:
Expand Down
2 changes: 1 addition & 1 deletion test/style_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ verify_no_successive_maps(Config) ->
#{ignore => [Module]},
Path).

-else.
- else .

verify_no_successive_maps(_Config) ->
[].
Expand Down

0 comments on commit c5fbbfd

Please sign in to comment.