Skip to content

Commit

Permalink
Use current elixir version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neilberkman committed Dec 29, 2024
1 parent c42db45 commit 8ec27ba
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name: docusign_elixir CI

on: push

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Install Elixir
uses: erlef/setup-beam@v1
with:
otp-version: "25.3"
elixir-version: "1.14.3"
otp-version: "27.2"
elixir-version: "1.18.1"

- name: Cache dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -44,4 +42,4 @@ jobs:
mix test --trace
- name: Check formatting
run: mix format --check-formatted
run: mix format --check-formatted

0 comments on commit 8ec27ba

Please sign in to comment.