Skip to content

Commit 6fd5ecd

Browse files
committed
Bump Elixir version on CI
1 parent 0c5a2a7 commit 6fd5ecd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defaults: &defaults
44
docker:
55
- image: erlang:21.1
66
environment:
7-
ELIXIR_VERSION: 1.7.4-otp-21
7+
ELIXIR_VERSION: 1.8.1-otp-21
88
LC_ALL: C.UTF-8
99

1010
install_elixir: &install_elixir
@@ -32,7 +32,7 @@ install_system_deps: &install_system_deps
3232
version: 2
3333

3434
jobs:
35-
test_elixir_1_7_otp_21:
35+
test_elixir_1_8_otp_21:
3636
<<: *defaults
3737
steps:
3838
- checkout
@@ -58,5 +58,5 @@ workflows:
5858
version: 2
5959
build_test:
6060
jobs:
61-
- test_elixir_1_7_otp_21:
61+
- test_elixir_1_8_otp_21:
6262
context: org-global

0 commit comments

Comments
 (0)