From 2f40faea568494e7b64320f91af9594189f8eef6 Mon Sep 17 00:00:00 2001 From: Petr Stepchenko Date: Wed, 23 Aug 2023 21:55:52 +0200 Subject: [PATCH] Update the version of Elixir used on CI --- .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