From bfc835178df90c7a2abef2a713a5e476432f8a2e Mon Sep 17 00:00:00 2001 From: Vasu Adari Date: Tue, 7 May 2024 10:27:56 +0530 Subject: [PATCH] update erlang version in CI workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 557a91b..e4bafca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} strategy: matrix: - otp: ['20.3', '21.3', '22.2'] + otp: ['21.3.8.24', '22.3.4.27'] elixir: ['1.8.2', '1.9.4'] steps: - uses: actions/checkout@v4 @@ -19,7 +19,7 @@ jobs: with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} - + - name: Install dependencies run: mix deps.get