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 16aed7d commit 2801e6aCopy full SHA for 2801e6a
.github/workflows/ci.yml
@@ -27,16 +27,16 @@ jobs:
27
matrix:
28
include:
29
# minimum required versions
30
- # - otp: "26.2.5.6"
31
- # elixir: "1.15.4-otp-26"
32
33
- # elixir: "1.16.2-otp-26"
34
35
- # elixir: "1.17.2-otp-26"
36
- # - otp: "27.2"
37
- # elixir: "1.17.2-otp-27"
38
39
- # elixir: "1.18.4-otp-27"
+ - otp: "26.2.5.6"
+ elixir: "1.15.4-otp-26"
+ elixir: "1.16.2-otp-26"
+ elixir: "1.17.2-otp-26"
+ - otp: "27.2"
+ elixir: "1.17.2-otp-27"
+ elixir: "1.18.4-otp-27"
40
- otp: "28.0.2"
41
elixir: "1.18.4-otp-27"
42
lint: true
0 commit comments