Skip to content

Commit 0da5005

Browse files
committed
add OTP 28 to CI matrix
1 parent 7aa468d commit 0da5005

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
- elixir: 1.18.x
6464
otp: 27.x
6565
tests_may_fail: false
66-
66+
- elixir: 1.18.x
67+
otp: 28.x
68+
tests_may_fail: false
6769
env:
6870
MIX_ENV: test
6971
steps:
@@ -135,6 +137,9 @@ jobs:
135137
- elixir: 1.18.x
136138
otp: 27.x
137139
tests_may_fail: false
140+
- elixir: 1.18.x
141+
otp: 28.x
142+
tests_may_fail: false
138143
env:
139144
MIX_ENV: test
140145
steps:

0 commit comments

Comments
 (0)