Skip to content

Commit

Permalink
Upgrade otp version to 25.3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Sep 5, 2024
1 parent f39db2c commit 144260e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/banking_proxy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- id: setup-elixir
uses: erlef/setup-elixir@v1
with:
otp-version: "25.0.4"
otp-version: "25.3.2.7"
elixir-version: "1.14.0"

- name: Setup the Elixir project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- id: setup-elixir
uses: erlef/setup-elixir@v1
with:
otp-version: "25.0.4"
otp-version: "25.3.2.7"
elixir-version: "1.14.0"

- name: Setup the Elixir project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- id: setup-elixir
uses: erlef/setup-elixir@v1
with:
otp-version: "25.0.4"
otp-version: "25.3.2.7"
elixir-version: "1.14.0"

- name: Setup the Elixir project
Expand Down

0 comments on commit 144260e

Please sign in to comment.