Browse Source

Update ci.yml

Takeru Ohta 2 years ago
parent
commit
72bd8cae19
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/ci.yml

+ 2 - 1
.github/workflows/ci.yml

@@ -13,13 +13,14 @@ jobs:
     runs-on: ${{matrix.os}}
     strategy:
       matrix:
-        otp: [22.0, 23.0, 24.0, 25.0]
+        otp: [20.0, 21.0, 22.0, 23.0, 24.0, 25.0]
         os: [ubuntu-latest]
     steps:
       - uses: actions/checkout@v2
       - uses: erlef/setup-beam@v1
         with:
           otp-version: ${{matrix.otp}}
+          rebar3-version: '3.5.0'
       - run: rebar3 compile
       - run: rebar3 xref
       - run: rebar3 efmt -c