From 3e0e04512d638094159b861b7ea0098086a15e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Nystr=C3=B6m?= Date: Mon, 9 Oct 2023 21:20:18 +0200 Subject: [PATCH] Update elixir and otp version --- .github/workflows/elixir.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index f7b1faa..b105028 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -17,8 +17,8 @@ jobs: - name: Set up Elixir uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f with: - elixir-version: '1.14.1' # Define the elixir version [required] - otp-version: '25.2' # Define the OTP version [required] + elixir-version: '1.15.16' # Define the elixir version [required] + otp-version: '26.1.1' # Define the OTP version [required] - name: Restore dependencies cache uses: actions/cache@v2 with: