File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 67
67
- elixir : 1.17.x
68
68
otp : 27.x
69
69
tests_may_fail : false
70
+ - elixir : 1.18.x
71
+ otp : 25.x
72
+ tests_may_fail : true
73
+ - elixir : 1.18.x
74
+ otp : 26.x
75
+ tests_may_fail : true
76
+ - elixir : 1.18.x
77
+ otp : 27.x
78
+ tests_may_fail : true
70
79
env :
71
80
MIX_ENV : test
72
81
steps :
80
89
mix local.hex --force
81
90
mix local.rebar --force
82
91
mix deps.get --only test
83
- - run : mix test || ${{ matrix.tests_may_fail }}
92
+ - run : mix test
93
+ continue-on-error : ${{ matrix.tests_may_fail }}
84
94
85
95
mix_test_windows :
86
96
name : mix test windows (Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
@@ -126,6 +136,15 @@ jobs:
126
136
- elixir : 1.17.x
127
137
otp : 27.x
128
138
tests_may_fail : false
139
+ - elixir : 1.18.x
140
+ otp : 25.x
141
+ tests_may_fail : true
142
+ - elixir : 1.18.x
143
+ otp : 26.x
144
+ tests_may_fail : true
145
+ - elixir : 1.18.x
146
+ otp : 27.x
147
+ tests_may_fail : true
129
148
env :
130
149
MIX_ENV : test
131
150
steps :
@@ -143,14 +162,15 @@ jobs:
143
162
mix local.rebar --force
144
163
mix deps.get --only test
145
164
- run : mix test
165
+ continue-on-error : ${{ matrix.tests_may_fail }}
146
166
147
167
static_analysis :
148
168
name : static analysis (Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
149
169
runs-on : ubuntu-22.04
150
170
strategy :
151
171
matrix :
152
172
include :
153
- - elixir : 1.17 .x
173
+ - elixir : 1.18 .x
154
174
otp : 27.x
155
175
steps :
156
176
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 42
42
- name : Set up BEAM
43
43
uses : erlef/setup-beam@v1
44
44
with :
45
- elixir-version : 1.17 .x
45
+ elixir-version : 1.18 .x
46
46
otp-version : 27.x
47
47
48
48
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments