Skip to content

Commit 57ca8ca

Browse files
committed
update matrix
1 parent b6c74aa commit 57ca8ca

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,16 @@ jobs:
6767
- elixir: 1.17.x
6868
otp: 27.x
6969
tests_may_fail: false
70-
- elixir: 1.18.x
71-
otp: 25.x
72-
tests_may_fail: true
70+
# https://github.com/erlef/setup-beam/issues/314
71+
# - elixir: 1.18.x
72+
# otp: 25.x
73+
# tests_may_fail: false
7374
- elixir: 1.18.x
7475
otp: 26.x
75-
tests_may_fail: true
76+
tests_may_fail: false
7677
- elixir: 1.18.x
7778
otp: 27.x
78-
tests_may_fail: true
79+
tests_may_fail: false
7980
env:
8081
MIX_ENV: test
8182
steps:
@@ -136,15 +137,16 @@ jobs:
136137
- elixir: 1.17.x
137138
otp: 27.x
138139
tests_may_fail: false
139-
- elixir: 1.18.x
140-
otp: 25.x
141-
tests_may_fail: true
140+
# https://github.com/erlef/setup-beam/issues/314
141+
# - elixir: 1.18.x
142+
# otp: 25.x
143+
# tests_may_fail: false
142144
- elixir: 1.18.x
143145
otp: 26.x
144-
tests_may_fail: true
146+
tests_may_fail: false
145147
- elixir: 1.18.x
146148
otp: 27.x
147-
tests_may_fail: true
149+
tests_may_fail: false
148150
env:
149151
MIX_ENV: test
150152
steps:

0 commit comments

Comments
 (0)