Skip to content

Commit

Permalink
CI - bump Elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 4, 2024
1 parent 066ec97 commit 7e540c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,16 @@ jobs:
- name: Linux Elixir
uses: erlef/setup-beam@v1
with:
otp-version: "26.1.2"
elixir-version: "1.15.7"
otp-version: "27"
elixir-version: "1.17"
if: matrix.os == 'ubuntu-latest'

# Install Elixir on Windows
- name: Win Elixir
uses: erlef/setup-beam@v1
with:
otp-version: "26.1.2"
elixir-version: "1.15.7"
otp-version: "27"
elixir-version: "1.17"
if: matrix.os == 'windows-latest'

# Install Elixir on MacOS
Expand Down

0 comments on commit 7e540c7

Please sign in to comment.