We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5a2a7 commit 6fd5ecdCopy full SHA for 6fd5ecd
.circleci/config.yml
@@ -4,7 +4,7 @@ defaults: &defaults
4
docker:
5
- image: erlang:21.1
6
environment:
7
- ELIXIR_VERSION: 1.7.4-otp-21
+ ELIXIR_VERSION: 1.8.1-otp-21
8
LC_ALL: C.UTF-8
9
10
install_elixir: &install_elixir
@@ -32,7 +32,7 @@ install_system_deps: &install_system_deps
32
version: 2
33
34
jobs:
35
- test_elixir_1_7_otp_21:
+ test_elixir_1_8_otp_21:
36
<<: *defaults
37
steps:
38
- checkout
@@ -58,5 +58,5 @@ workflows:
58
59
build_test:
60
61
- - test_elixir_1_7_otp_21:
+ - test_elixir_1_8_otp_21:
62
context: org-global
0 commit comments