From e9b15d125d7b7b5ca4eea7b4e84c2e505e822e43 Mon Sep 17 00:00:00 2001 From: Justin Smestad Date: Tue, 14 May 2024 18:52:19 -0600 Subject: [PATCH] Try latest versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 174b358..eda8563 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} strategy: matrix: - otp: [24.3, 25.3, 26.2] + otp: [25.3.2.12, 26.2.5] elixir: [1.14, 1.15, 1.16] steps: - name: Checkout codebase