From 37db309890205c7c19e9c99f913cf58c37f0712c Mon Sep 17 00:00:00 2001 From: Jan Schulte Date: Fri, 28 Jul 2023 14:16:22 -0400 Subject: [PATCH] Update version strings --- .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 e0cb8e0..8a0a8fc 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -9,8 +9,8 @@ jobs: # Specify the OTP and Elixir versions to use when building # and running the workflow steps. matrix: - otp: ['25.0.4', '26.0.2'] # Define the OTP version [required] - elixir: ['1.14.1', '1.15'] # Define the elixir version [required] + otp: ['25', '26'] # Define the OTP version [required] + elixir: ['1.14', '1.15'] # Define the elixir version [required] steps: # Step: Setup Elixir + Erlang image as the base. - name: Set up Elixir