summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2022-01-05 12:15:00 +0100
committerJosé Valim <jose.valim@dashbit.co>2022-01-05 12:15:27 +0100
commit578e59e34cf01f9a7294c1c93b0a9826282125be (patch)
tree451896cb1b633c9faded3074d588bdb19b284a1c
parent5a5e5d2446f0ee4ebbb102bfbe3a61b98794481c (diff)
downloadelixir-578e59e34cf01f9a7294c1c93b0a9826282125be.tar.gz
Bump Erlang versions on FreeBSD CI
-rw-r--r--.cirrus.yml4
-rw-r--r--RELEASE.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 460260b6c..925240565 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -23,10 +23,10 @@ test_freebsd_task:
env:
CHECK_REPRODUCIBLE: true
LC_ALL: en_US.UTF-8
- PATH: $PATH:/usr/local/lib/erlang22/bin
+ PATH: $PATH:/usr/local/lib/erlang24/bin
install_script:
- - pkg install -y erlang-runtime22 git gmake
+ - pkg install -y erlang-runtime24 git gmake
- rm -rf .git
- gmake compile
diff --git a/RELEASE.md b/RELEASE.md
index 6ad6d2810..1042fe2ef 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -44,6 +44,6 @@
2. Update `otp_release` checks in /Makefile and `/lib/elixir/src/elixir.erl`
-3. Update CI workflows in both `ci.yml` and `releases.yml`
+3. Update CI workflows in `/.cirrus.yml`, `/.github/workflows/ci.yml`, and `/.github/workflows/releases.yml`
4. Remove `otp_release` version checks that are no longer needed