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 66847b5 commit 8df21aeCopy full SHA for 8df21ae
.github/workflows/ci.yml
@@ -67,6 +67,15 @@ jobs:
67
- elixir: 1.16.x
68
otp: 26.x
69
tests_may_fail: false
70
+ - elixir: 1.17.x
71
+ otp: 25.x
72
+ tests_may_fail: false
73
74
+ otp: 26.x
75
76
77
+ otp: 27.x
78
79
env:
80
MIX_ENV: test
81
steps:
@@ -123,6 +132,15 @@ jobs:
123
132
otp: 25.x
124
133
125
134
135
136
137
138
139
140
141
142
143
126
144
127
145
128
146
0 commit comments