Skip to content

Commit 8df21ae

Browse files
committed
add elixir 1.17 and otp 27 to test matrix
1 parent 66847b5 commit 8df21ae

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ jobs:
6767
- elixir: 1.16.x
6868
otp: 26.x
6969
tests_may_fail: false
70+
- elixir: 1.17.x
71+
otp: 25.x
72+
tests_may_fail: false
73+
- elixir: 1.17.x
74+
otp: 26.x
75+
tests_may_fail: false
76+
- elixir: 1.17.x
77+
otp: 27.x
78+
tests_may_fail: false
7079
env:
7180
MIX_ENV: test
7281
steps:
@@ -123,6 +132,15 @@ jobs:
123132
otp: 25.x
124133
- elixir: 1.16.x
125134
otp: 26.x
135+
- elixir: 1.17.x
136+
otp: 25.x
137+
tests_may_fail: false
138+
- elixir: 1.17.x
139+
otp: 26.x
140+
tests_may_fail: false
141+
- elixir: 1.17.x
142+
otp: 27.x
143+
tests_may_fail: false
126144
env:
127145
MIX_ENV: test
128146
steps:

0 commit comments

Comments
 (0)