Skip to content

Commit 7d60107

Browse files
committed
add elixir 1.16 to matrix
1 parent 2142728 commit 7d60107

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ jobs:
5858
- elixir: 1.15.x
5959
otp: 26.x
6060
tests_may_fail: false
61+
- elixir: 1.16.x
62+
otp: 24.x
63+
tests_may_fail: false
64+
- elixir: 1.16.x
65+
otp: 25.x
66+
tests_may_fail: false
67+
- elixir: 1.16.x
68+
otp: 26.x
69+
tests_may_fail: false
6170
env:
6271
MIX_ENV: test
6372
steps:
@@ -108,6 +117,12 @@ jobs:
108117
otp: 25.x
109118
- elixir: 1.15.x
110119
otp: 26.x
120+
- elixir: 1.16.x
121+
otp: 24.x
122+
- elixir: 1.16.x
123+
otp: 25.x
124+
- elixir: 1.16.x
125+
otp: 26.x
111126
env:
112127
MIX_ENV: test
113128
steps:

0 commit comments

Comments
 (0)