File tree Expand file tree Collapse file tree 1 file changed +20
-35
lines changed Expand file tree Collapse file tree 1 file changed +20
-35
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 include :
17- # No installer available on ubuntu-22.04
18- # - elixir: 1.14.x
19- # otp: 23.x
20- # tests_may_fail: false
21- - elixir : 1.14.x
22- otp : 24.x
23- tests_may_fail : false
24- - elixir : 1.14.x
25- otp : 25.x
26- tests_may_fail : false
27- - elixir : 1.14.x
28- otp : 26.x
29- tests_may_fail : false
3017 - elixir : 1.15.x
3118 otp : 24.x
3219 tests_may_fail : false
@@ -63,10 +50,15 @@ jobs:
6350 - elixir : 1.18.x
6451 otp : 27.x
6552 tests_may_fail : false
66- # TODO: No installer available yet
67- # - elixir: 1.18.x
68- # otp: 28.x
69- # tests_may_fail: false
53+ - elixir : 1.19.x
54+ otp : 26.x
55+ tests_may_fail : false
56+ - elixir : 1.19.x
57+ otp : 27.x
58+ tests_may_fail : false
59+ - elixir : 1.19.x
60+ otp : 28.x
61+ tests_may_fail : false
7062 env :
7163 MIX_ENV : test
7264 steps :
9082 fail-fast : false
9183 matrix :
9284 include :
93- - elixir : 1.14.x
94- otp : 23.x
95- tests_may_fail : false
96- - elixir : 1.14.x
97- otp : 24.x
98- tests_may_fail : false
99- - elixir : 1.14.x
100- otp : 25.x
101- tests_may_fail : false
102- - elixir : 1.14.x
103- otp : 26.x
104- tests_may_fail : false
10585 - elixir : 1.15.x
10686 otp : 24.x
10787 tests_may_fail : false
@@ -138,10 +118,15 @@ jobs:
138118 - elixir : 1.18.x
139119 otp : 27.x
140120 tests_may_fail : false
141- # TODO: No installer available yet
142- # - elixir: 1.18.x
143- # otp: 28.x
144- # tests_may_fail: false
121+ - elixir : 1.19.x
122+ otp : 26.x
123+ tests_may_fail : false
124+ - elixir : 1.19.x
125+ otp : 27.x
126+ tests_may_fail : false
127+ - elixir : 1.19.x
128+ otp : 28.x
129+ tests_may_fail : false
145130 env :
146131 MIX_ENV : test
147132 steps :
@@ -167,8 +152,8 @@ jobs:
167152 strategy :
168153 matrix :
169154 include :
170- - elixir : 1.18 .x
171- otp : 27 .x
155+ - elixir : 1.19 .x
156+ otp : 28 .x
172157 steps :
173158 - uses : actions/checkout@v4
174159 - uses : erlef/setup-beam@v1
You can’t perform that action at this time.
0 commit comments