From cb9738edc50842a6c148d80e6f7828c1cd2bfc36 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Fri, 1 Sep 2023 12:32:35 +0300 Subject: [PATCH] update elixir versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af94bbf..31654c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,11 @@ jobs: include: - pair: elixir: '1.14' - otp: '24.3' + otp: '25.0' lint: lint - pair: - elixir: '1.14' - otp: '25.0' + elixir: '1.15' + otp: '26.0' lint: lint runs-on: ubuntu-latest