Browse Source

Update elixir.yml

test 22
Andrii Zadorozhnii 2 years ago
parent
commit
af4bed3c22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/elixir.yml

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

@@ -7,7 +7,7 @@ jobs:
     - uses: actions/checkout@v2
     - uses: erlef/setup-elixir@v1
       with:
-        otp-version: 23.x
+        otp-version: 22.x
         elixir-version: 1.9.x
     - name: Dependencies
       run: |