Skip to content

Commit

Permalink
chore: update Elixir version to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Jun 27, 2024
1 parent 65363c6 commit 76464ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
elixir-version: '1.14.5'
elixir-version: '1.17'
- name: Set up Rust
uses: dtolnay/rust-toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
elixir-version: '1.14.5'
elixir-version: '1.17'
- name: Set up Rust
uses: dtolnay/rust-toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging_linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
otp-version: '25.3.2.7'
elixir-version: '1.14.5'
elixir-version: '1.17'
- name: Set up Rust
uses: dtolnay/rust-toolchain@v1
with:
Expand Down

0 comments on commit 76464ae

Please sign in to comment.