Skip to content

Commit

Permalink
Add Erlang 27 and Elixir 1.17 to CI (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor authored Jul 7, 2024
1 parent 6101085 commit a9b13c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
strategy:
matrix:
pair:
- { erlang: "26", elixir: "1.16", latest: true }
- { erlang: "27", elixir: "1.17", latest: true }
- { erlang: "26", elixir: "1.17" }
- { erlang: "26", elixir: "1.16" }
- { erlang: "26", elixir: "1.15" }
- { erlang: "25", elixir: "1.15" }
- { erlang: "24", elixir: "1.14" }
Expand Down

0 comments on commit a9b13c5

Please sign in to comment.