From 04670ba1675c7cb72ff3d0766efebacf6d208f77 Mon Sep 17 00:00:00 2001 From: Boku Kihara Date: Sat, 25 May 2024 13:45:51 +0900 Subject: [PATCH] Dropped OTP 22 and get rebar3_lint back to 3.0.1 for OTP 23 --- .github/workflows/build.yml | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a32c32e..68b3ec0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/rebar.config b/rebar.config index 2cd96ec..30e7b88 100644 --- a/rebar.config +++ b/rebar.config @@ -40,4 +40,4 @@ , deprecated_functions ]}. -{plugins, [ {rebar3_lint, "3.2.4"} ]}. +{plugins, [ {rebar3_lint, "3.0.1"} ]}.