Skip to content

Commit

Permalink
Exclude old version of Elixir from running with Erlang 26
Browse files Browse the repository at this point in the history
  • Loading branch information
sebWH committed Feb 1, 2024
1 parent 91ca3e3 commit c5b7c18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
strategy:
matrix:
otp: ["25.1.2.1", "25.2.3", "26.2.1"]
elixir: ["1.13.4", "1.14.5"]
elixir: [1.14.5"]
include:
- otp: "25.2.3"
- elixir: "1.13.4"
env:
MIX_ENV: test
cache_version: v2
Expand Down

0 comments on commit c5b7c18

Please sign in to comment.