Skip to content

Commit

Permalink
Update elixir.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT authored Sep 6, 2024
1 parent 2c1b50f commit 96a957b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ 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
mix local.hex --force
mix deps.get
- name: Compilation
run: mix compile
- name: Tests
run: mix test

0 comments on commit 96a957b

Please sign in to comment.