From dca3fe50c25c5531968e51f6bf1eedde98977a29 Mon Sep 17 00:00:00 2001
From: Dustin Farris <dustin.farris@pepsico.com>
Date: Thu, 25 Apr 2024 15:38:33 -0700
Subject: [PATCH] update ci image

---
 .github/workflows/ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c985db9..8f3e4a2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,8 +11,8 @@ jobs:
     name: Code linting
     uses: lexmag/elixir-actions/.github/workflows/lint.yml@v2
     with:
-      otp-version: "24"
-      elixir-version: "1.14"
+      otp-version: "26"
+      elixir-version: "1.16"
 
   test:
     name: Test suite
@@ -20,13 +20,13 @@ jobs:
 
     strategy:
       matrix:
-        otp: ["24"]
-        elixir: ["1.14"]
+        otp: ["26"]
+        elixir: ["1.16"]
         runtime_config: [true, false]
 
         include:
-          - otp: "20"
-            elixir: "1.6"
+          - otp: "26"
+            elixir: "1.16"
             runtime_config: false
 
     env: