Browse Source

Update ci.yml

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

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

@@ -13,14 +13,14 @@ jobs:
     runs-on: ${{matrix.os}}
     strategy:
       matrix:
-        otp: [20.0, 21.0, 22.0, 23.0, 24.0, 25.0]
+        otp: [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.10.0'
+#          rebar3-version: '3.10.0'
       - run: rebar3 compile
       - run: rebar3 xref
       - run: rebar3 efmt -c