Skip to content

Commit

Permalink
Use non-rc Elixir 1.18 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Jan 26, 2025
1 parent cae083d commit e8876e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
strategy:
matrix:
pair:
- { erlang: "27", elixir: "1.18.0-rc.0" }
- { erlang: "26", elixir: "1.18.0-rc.0" }
- { erlang: "27", elixir: "1.17", latest: true }
- { erlang: "27", elixir: "1.18", latest: true }
- { erlang: "26", elixir: "1.18" }
- { erlang: "27", elixir: "1.17" }
- { erlang: "26", elixir: "1.17" }
- { erlang: "26", elixir: "1.16" }
- { erlang: "26", elixir: "1.15" }
Expand Down

0 comments on commit e8876e9

Please sign in to comment.