From d46e34d5be1e6ca0e7afe3d27bf94e8af730e812 Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Tue, 9 Jul 2024 09:17:12 +1000 Subject: [PATCH] Update CI matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af48c38..7a96c23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,8 @@ jobs: # Specify the OTP and Elixir versions to use when building # and running the workflow steps. matrix: - otp: ['26.2.4'] # Define the OTP version [required] - elixir: ['1.16.2-otp-26'] # Define the elixi + otp: ['27.0'] # Define the OTP version [required] + elixir: ['1.17.2-otp-27'] # Define the elixi steps: # Step: Setup Elixir + Erlang image as the base. - name: Set up Elixir