Skip to content

Commit

Permalink
Test the lastest Erlang 24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Chrząszcz committed May 12, 2022
1 parent f39a1c9 commit 36e24f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/template.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

references:
- &OTP24 cimg/elixir:1.12.3 # Contains Erlang 24.0.5
- &OTP24 cimg/elixir:1.13.4-erlang-24.3 # Contains Erlang 24.3
- &OTP23 cimg/elixir:1.11.4 # Contains Erlang 23.1
- &ENTRYPOINT ["/bin/sh", "-c", "eval ${INSTALL_DEPS_CMD:-echo} && echo __INJECT_FILES__ | eval ${BASE32DEC:-base32 --decode} | bash"]
# Caches created via the save_cache step are stored for up to 15 days
Expand Down

0 comments on commit 36e24f4

Please sign in to comment.