We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae083d commit e8876e9Copy full SHA for e8876e9
.github/workflows/main.yml
@@ -85,9 +85,9 @@ jobs:
85
strategy:
86
matrix:
87
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 }
+ - { erlang: "27", elixir: "1.18", latest: true }
+ - { erlang: "26", elixir: "1.18" }
+ - { erlang: "27", elixir: "1.17" }
91
- { erlang: "26", elixir: "1.17" }
92
- { erlang: "26", elixir: "1.16" }
93
- { erlang: "26", elixir: "1.15" }
0 commit comments