Browse Source

Update ci.yml

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

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

@@ -9,11 +9,11 @@ on:
       - master
       - master
 jobs:
 jobs:
   ci:
   ci:
-    name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
+    name: Run checks and tests over ${{matrix.otp}} and ${{matrix.os}}
     runs-on: ${{matrix.os}}
     runs-on: ${{matrix.os}}
     strategy:
     strategy:
       matrix:
       matrix:
-        otp: [20.0, 21.0, 22.0, 23.0, 24.0, 25.0]
+        otp: [21.0, 22.0, 23.0, 24.0, 25.0]
         os: [ubuntu-latest]
         os: [ubuntu-latest]
     steps:
     steps:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2