Skip to content

Commit ed2e61a

Browse files
committed
fix ci
1 parent 0ffcc8a commit ed2e61a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,24 +90,34 @@ jobs:
9090
include:
9191
- elixir: 1.14.x
9292
otp: 23.x
93+
tests_may_fail: false
9394
- elixir: 1.14.x
9495
otp: 24.x
96+
tests_may_fail: false
9597
- elixir: 1.14.x
9698
otp: 25.x
99+
tests_may_fail: false
97100
- elixir: 1.14.x
98101
otp: 26.x
102+
tests_may_fail: false
99103
- elixir: 1.15.x
100104
otp: 24.x
105+
tests_may_fail: false
101106
- elixir: 1.15.x
102107
otp: 25.x
108+
tests_may_fail: false
103109
- elixir: 1.15.x
104110
otp: 26.x
111+
tests_may_fail: false
105112
- elixir: 1.16.x
106113
otp: 24.x
114+
tests_may_fail: false
107115
- elixir: 1.16.x
108116
otp: 25.x
117+
tests_may_fail: false
109118
- elixir: 1.16.x
110119
otp: 26.x
120+
tests_may_fail: false
111121
- elixir: 1.17.x
112122
otp: 25.x
113123
tests_may_fail: false

0 commit comments

Comments
 (0)