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 2142728 commit 7d60107Copy full SHA for 7d60107
.github/workflows/ci.yml
@@ -58,6 +58,15 @@ jobs:
58
- elixir: 1.15.x
59
otp: 26.x
60
tests_may_fail: false
61
+ - elixir: 1.16.x
62
+ otp: 24.x
63
+ tests_may_fail: false
64
65
+ otp: 25.x
66
67
68
+ otp: 26.x
69
70
env:
71
MIX_ENV: test
72
steps:
@@ -108,6 +117,12 @@ jobs:
108
117
otp: 25.x
109
118
110
119
120
121
122
123
124
125
111
126
112
127
113
128
0 commit comments