Skip to content

Commit e8d6774

Browse files
authored
Add elixir 1.10 to ci build (#155)
* Add elixir 1.10 to ci build Also change other elixir versions to be the latest patch release for that minor version * Use 22.2 since 22.3 is not yet ready on travis
1 parent 8ad0c0a commit e8d6774

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ matrix:
2222
- otp_release: 20.3
2323
elixir: 1.7.4
2424
- otp_release: 21.3
25-
elixir: 1.8.1
25+
elixir: 1.8.2
2626
- otp_release: 22.0
27-
elixir: 1.9.1
27+
elixir: 1.9.4
28+
- otp_release: 22.2
29+
elixir: 1.10.2
2830
env: CHECK_FORMATTED=1

0 commit comments

Comments
 (0)