From f369b246650c43de5c3e2824d7d6858815be4e98 Mon Sep 17 00:00:00 2001 From: Milad Date: Tue, 4 Jun 2024 20:10:13 +0200 Subject: [PATCH] run tests on latest version of Elixir/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 e7f24e4..0dae8bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp: [22.x, 23.x, 24.x] - elixir: [1.10.x, 1.11.x] + otp: [24.x, 25.x, 26.x, 27.x] + elixir: [1.15, 1.16, 1.17] steps: - uses: actions/checkout@v2 - name: Set up Elixir