Skip to content

Commit

Permalink
Update elixir.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannaegele committed Nov 19, 2023
1 parent d024b6c commit 41d3919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
os: [ubuntu-20.04]
exclude:
- elixir_version: "1.12.3"
- otp_version": "26.1.2"
- otp_version: "26.1.2"
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir_version }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
os: [ubuntu-20.04]
exclude:
- elixir_version: "1.12.3"
- otp_version": "26.1.2"
- otp_version: "26.1.2"
env:
OTP_VERSION: ${{ matrix.otp_version }}
ELIXIR_VERSION: ${{ matrix.elixir_version }}
Expand Down

0 comments on commit 41d3919

Please sign in to comment.