Skip to content

Commit

Permalink
[Actions] Drop unsupported Elixir and Erlang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyvanderaerden committed Jun 14, 2024
1 parent e6eabe0 commit 199ea04
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
fail-fast: false
matrix:
include:
- pair:
elixir: "1.12"
otp: 23
- pair:
elixir: "1.13"
otp: 24
Expand Down Expand Up @@ -188,7 +185,6 @@ jobs:
]
version:
[
{ otp: "23", elixir: "1.12" },
{ otp: "24", elixir: "1.13" },
{ otp: "25", elixir: "1.14" },
{ otp: "26", elixir: "1.15" },
Expand Down Expand Up @@ -255,7 +251,6 @@ jobs:
]
version:
[
{ otp: "23", elixir: "1.12" },
{ otp: "24", elixir: "1.13" },
{ otp: "25", elixir: "1.14" },
{ otp: "26", elixir: "1.15" },
Expand Down

0 comments on commit 199ea04

Please sign in to comment.