Skip to content

Commit b112bcb

Browse files
committed
add elixir 1.17 and otp 27 to test matrix
1 parent 4adfc55 commit b112bcb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ jobs:
6565
- elixir: 1.16.x
6666
otp: 26.x
6767
tests_may_fail: false
68+
- elixir: 1.17.x
69+
otp: 25.x
70+
tests_may_fail: false
71+
- elixir: 1.17.x
72+
otp: 26.x
73+
tests_may_fail: false
74+
- elixir: 1.17.x
75+
otp: 27.x
76+
tests_may_fail: false
6877
env:
6978
MIX_ENV: test
7079
steps:

0 commit comments

Comments
 (0)