Skip to content

Commit e8876e9

Browse files
committed
Use non-rc Elixir 1.18 in CI
1 parent cae083d commit e8876e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
strategy:
8686
matrix:
8787
pair:
88-
- { erlang: "27", elixir: "1.18.0-rc.0" }
89-
- { erlang: "26", elixir: "1.18.0-rc.0" }
90-
- { erlang: "27", elixir: "1.17", latest: true }
88+
- { erlang: "27", elixir: "1.18", latest: true }
89+
- { erlang: "26", elixir: "1.18" }
90+
- { erlang: "27", elixir: "1.17" }
9191
- { erlang: "26", elixir: "1.17" }
9292
- { erlang: "26", elixir: "1.16" }
9393
- { erlang: "26", elixir: "1.15" }

0 commit comments

Comments
 (0)