Bump required version to Elixir 1.12 and remove legacy tests

Drops support for OTP < 22

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-11 18:46:16 +02:00
parent e280820e9c
commit 9621caf661
3 changed files with 1 additions and 52 deletions

View File

@@ -101,24 +101,6 @@ deps:
needs:
- install
exunit-1.11:
stage: test
image: tcitworld/mobilizon-ci:legacy
services:
- name: postgis/postgis:11-3.0
alias: postgres
variables:
MIX_ENV: test
before_script:
- mix deps.clean --all
- mix deps.get
- mix tz_world.update
- mix ecto.create
- mix ecto.migrate
script:
- mix coveralls
allow_failure: true
exunit:
stage: test
services: