Skip to content

Commit

Permalink
Bump Elixir version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 22, 2019
1 parent 0c5a2a7 commit 6fd5ecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -4,7 +4,7 @@ defaults: &defaults
docker:
- image: erlang:21.1
environment:
ELIXIR_VERSION: 1.7.4-otp-21
ELIXIR_VERSION: 1.8.1-otp-21
LC_ALL: C.UTF-8

install_elixir: &install_elixir
Expand Down Expand Up @@ -32,7 +32,7 @@ install_system_deps: &install_system_deps
version: 2

jobs:
test_elixir_1_7_otp_21:
test_elixir_1_8_otp_21:
<<: *defaults
steps:
- checkout
Expand All @@ -58,5 +58,5 @@ workflows:
version: 2
build_test:
jobs:
- test_elixir_1_7_otp_21:
- test_elixir_1_8_otp_21:
context: org-global

0 comments on commit 6fd5ecd

Please sign in to comment.