Add OTP 23 to CI and temporarily disable OTP 20

This commit is contained in:
Marcel Otto 2020-05-29 12:22:29 +02:00
parent 36cb30ee77
commit 0ae2e6eded

View file

@ -1,20 +1,24 @@
language: elixir language: elixir
matrix: matrix:
include: include:
- otp_release: 20.0 # TODO: temporarily disabled since the newest version of Hackney (used by excoveralls) doesn't seem to work with OTP 20 ("Compiling src/hackney_ssl.erl failed")
elixir: 1.8 # - otp_release: 20.0
# elixir: 1.8
- otp_release: 21.0 - otp_release: 21.0
elixir: 1.8 elixir: 1.8
- otp_release: 22.0 - otp_release: 22.0
elixir: 1.8 elixir: 1.8
- otp_release: 20.0 # TODO: temporarily disabled since the newest version of Hackney (used by excoveralls) doesn't seem to work with OTP 20 ("Compiling src/hackney_ssl.erl failed")
elixir: 1.9 # - otp_release: 20.0
# elixir: 1.9
- otp_release: 22.0 - otp_release: 22.0
elixir: 1.9 elixir: 1.9
- otp_release: 21.0 - otp_release: 21.0
elixir: 1.10 elixir: 1.10
- otp_release: 22.0 - otp_release: 22.0
elixir: 1.10 elixir: 1.10
- otp_release: 23.0
elixir: 1.10
sudo: false sudo: false
after_script: after_script:
- MIX_ENV=docs mix deps.get - MIX_ENV=docs mix deps.get