From 420cd503334baf07ca3a35698ef28016676b226b Mon Sep 17 00:00:00 2001 From: Dominic Letz Date: Wed, 8 May 2024 21:35:45 +0200 Subject: [PATCH] Updated 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 b71eb1d..4b83a87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: - name: Setup elixir uses: erlef/setup-elixir@v1 with: - otp-version: 24.3.3 - elixir-version: 1.13.4 + otp-version: 25.3 + elixir-version: 1.14.5 - uses: actions/checkout@v1 - run: |