From 9b4dc26a5d7908613a87d2c8e38180d09af202d7 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Sun, 29 Aug 2021 18:17:55 -0400 Subject: [PATCH] Update elixir/erlang versions in CI workflow --- .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 b09bfc9..a9d758e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: strategy: matrix: - otp: [23.x] - elixir: [1.9.x, 1.11.x] + otp: [23.x, 24.x] + elixir: [1.10.x, 1.12.x] steps: - uses: actions/checkout@v2