Skip to content

Commit

Permalink
Add Elixir 1.16 to pipeline (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor authored Feb 14, 2024
1 parent 3dd242a commit 4c27032
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ jobs:
strategy:
matrix:
pair:
- { erlang: "26", elixir: "1.15", latest: true }
- { erlang: "26", elixir: "1.14" }
- { erlang: "25", elixir: "1.14" }
- { erlang: "24", elixir: "1.13" }
- { erlang: "26", elixir: "1.16", latest: true }
- { erlang: "26", elixir: "1.15" }
- { erlang: "25", elixir: "1.15" }
- { erlang: "24", elixir: "1.14" }
rust:
- stable
- nightly
Expand Down

0 comments on commit 4c27032

Please sign in to comment.