Skip to content

Commit

Permalink
Dropped OTP 22 and get rebar3_lint back to 3.0.1 for OTP 23
Browse files Browse the repository at this point in the history
  • Loading branch information
dw-kihara committed May 28, 2024
1 parent 8dc3d56 commit 04670ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [22, 23, 24, 25, 26]
otp-version: [23, 24, 25, 26]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
, deprecated_functions
]}.

{plugins, [ {rebar3_lint, "3.2.4"} ]}.
{plugins, [ {rebar3_lint, "3.0.1"} ]}.

0 comments on commit 04670ba

Please sign in to comment.