Browse Source

Update ci.yml

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

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

@@ -13,7 +13,7 @@ jobs:
     runs-on: ${{matrix.os}}
     strategy:
       matrix:
-        otp: [21.0, 22.0, 23.0, 24.0, 25.0]
+        otp: [22.0, 23.0, 24.0, 25.0]
         os: [ubuntu-latest]
     steps:
       - uses: actions/checkout@v2