Skip to content

Commit

Permalink
chore(Github Actions): Update otp version and elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomciopp committed Nov 23, 2021
1 parent 2104290 commit 933bfa6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-elixir@v1
with:
otp-version: "22.2"
elixir-version: "1.9.4"
otp-version: "24.1.7"
elixir-version: "1.12.3"

- name: Cache deps
id: cache-deps
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-elixir@v1
with:
otp-version: "22.2"
elixir-version: "1.9.4"
otp-version: "24.1.7"
elixir-version: "1.12.3"

- name: Cache deps
id: cache-deps
Expand Down Expand Up @@ -118,8 +118,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-elixir@v1
with:
otp-version: "22.2"
elixir-version: "1.9.4"
otp-version: "24.1.7"
elixir-version: "1.12.3"

- name: Cache deps
id: cache-deps
Expand Down

0 comments on commit 933bfa6

Please sign in to comment.