fix: Revert Elixir version in CI
This commit is contained in:
parent
d73226892a
commit
d562855024
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ variables:
|
|||
test:
|
||||
stage: test
|
||||
needs: []
|
||||
image: "elixir:1.11.3-alpine"
|
||||
image: "elixir:1.10"
|
||||
services:
|
||||
- name: postgres:12
|
||||
script: script/cibuild
|
||||
|
|
Loading…
Reference in a new issue