Skip to content

Commit 57137be

Browse files
authored
Increase version coverage
1 parent d46b7df commit 57137be

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/elixir.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,20 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
elixir: ['1.10', '1.11']
17+
elixir: ['1.8', '1.9', '1.10', '1.11']
1818
include:
19+
- elixir: '1.8'
20+
otp-release: '20'
21+
- elixir: '1.8'
22+
otp-release: '21'
23+
- elixir: '1.8'
24+
otp-release: '22'
25+
- elixir: '1.9'
26+
otp-release: '20'
27+
- elixir: '1.9'
28+
otp-release: '21'
29+
- elixir: '1.9'
30+
otp-release: '22'
1931
- elixir: '1.10'
2032
otp-release: '21.0'
2133
- elixir: '1.10'

0 commit comments

Comments
 (0)