From 66711bd72b0e0f6568411700f5c536c7e0730413 Mon Sep 17 00:00:00 2001 From: Petr Stepchenko Date: Wed, 23 Aug 2023 21:58:11 +0200 Subject: [PATCH] Update the version of Elixir used on CI (#206) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dba87b..8549f0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,10 @@ jobs: matrix: include: - otp: 25.1 - elixir: 1.14.2 + elixir: 1.15.4 - otp: 21.3 elixir: 1.7.4 - steps: - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1