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:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
needs: []
|
needs: []
|
||||||
image: "elixir:1.11.3-alpine"
|
image: "elixir:1.10"
|
||||||
services:
|
services:
|
||||||
- name: postgres:12
|
- name: postgres:12
|
||||||
script: script/cibuild
|
script: script/cibuild
|
||||||
|
|
Loading…
Reference in a new issue