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 2830a88 commit 46ecc75Copy full SHA for 46ecc75
.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