Skip to content

Commit 63952d2

Browse files
committed
Add test for elixir 1.12 and otp 24 and 23
1 parent e511845 commit 63952d2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,17 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19+
- elixir: "1.12"
20+
otp: "24"
21+
lint: true
22+
- elixir: "1.12"
23+
otp: "23"
24+
- elixir: "1.11"
25+
otp: "24"
1926
- elixir: "1.11"
2027
otp: "23"
21-
lint: true
28+
- elixir: "1.10"
29+
otp: "24"
2230
- elixir: "1.10"
2331
otp: "23"
2432
- elixir: "1.8"

0 commit comments

Comments
 (0)