From 96a957bf1270ec99cb9c3579abb096bf761fa8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=BE=D1=85?= =?UTF-8?q?=D0=B0=D1=86=D1=8C=D0=BA=D0=B8=D0=B9?= Date: Fri, 6 Sep 2024 18:19:07 +0300 Subject: [PATCH] Update elixir.yml --- .github/workflows/elixir.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 64bf20c..09cb055 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -2,13 +2,13 @@ name: mix on: push jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: erlef/setup-elixir@v1 with: - otp-version: 22.x - elixir-version: 1.9.x + otp-version: 24.x + elixir-version: 1.13.x - name: Dependencies run: | mix local.rebar --force @@ -16,5 +16,4 @@ jobs: mix deps.get - name: Compilation run: mix compile - - name: Tests - run: mix test +