From 26d92857f7142e221a103476ef5017fce073d3ab Mon Sep 17 00:00:00 2001 From: Sloane Perrault <sloane@perrault.email> Date: Thu, 6 Jul 2023 16:10:35 -0400 Subject: [PATCH] use simpler versions --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa21462..805df16 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,10 +23,10 @@ jobs: include: - pair: elixir: '1.11' - otp: '21' + otp: '22' - pair: - elixir: '1.15.0' - otp: '26.0.2' + elixir: '1.15' + otp: '26' lint: lint steps: # Step: Setup Elixir + Erlang image as the base.