Skip to content

Commit e4f9bb6

Browse files
committed
Build with Elixir 1.13
1 parent 6fee5fe commit e4f9bb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
defaults: &defaults
22
working_directory: /nerves/build
33
docker:
4-
- image: nervesproject/nerves_system_br:1.17.3
4+
- image: nervesproject/nerves_system_br:1.17.4
55
environment:
66
MIX_ENV: prod
77

88
elixir_version: &elixir_version
9-
ELIXIR_VERSION: 1.12.3-otp-24
9+
ELIXIR_VERSION: 1.13.1-otp-24
1010

1111
install_elixir: &install_elixir
1212
run:

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 24.1.5
2-
elixir 1.12.3-otp-24
1+
erlang 24.1.7
2+
elixir 1.13.1-otp-24

0 commit comments

Comments
 (0)