Skip to content

Commit 03c5875

Browse files
committed
Add Elixir 1.15 and 1.16 to test matrix
1 parent e6d3c6c commit 03c5875

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
strategy:
88
matrix:
99
include:
10+
- elixir: 1.16.x
11+
otp: 26.x
12+
- elixir: 1.15.x
13+
otp: 26.x
1014
- elixir: 1.14.x
1115
otp: 25.x
1216
check_formatted: true

0 commit comments

Comments
 (0)