Skip to content

Commit

Permalink
chore: bump elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Sep 11, 2023
1 parent eafa1e4 commit af8fd15
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,24 @@ on:
jobs:
Test:
runs-on: ubuntu-latest
env:
MIX_ENV: test
steps:
- name: Checkout Code
uses: actions/checkout@v1

- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.14"
otp-version: "24.3"
version-file: .tool-versions
version-type: strict

- name: Install Dependencies
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Run Tests
run: mix test

Expand All @@ -36,8 +39,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.14"
otp-version: "24.3"
version-file: .tool-versions
version-type: strict

- name: Install Dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.14"
otp-version: "24.3"
version-file: .tool-versions
version-type: strict
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ guardian-*.tar
.DS_Store
/priv/plts/*.plt
/priv/plts/*.plt.hash

!.tool-versions
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
erlang 26.0
elixir 1.15

0 comments on commit af8fd15

Please sign in to comment.