From c47c051aac22c951a1731d39824ab33b9a5a8d93 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Thu, 20 Jun 2024 08:38:11 -0400 Subject: [PATCH] ci: just test latest elixir and otp --- .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 908e881..a08ff93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: strategy: matrix: - otp: [25.x, 26.x, 27.x] - elixir: [1.15.x, 1.16.x, 1.17.x] + otp: [27.x] + elixir: [1.17.x] steps: - uses: actions/checkout@v2