From 087ebfbd65481232a074a58bc8b5a07e8f17849f Mon Sep 17 00:00:00 2001 From: Hakan Nilsson Date: Wed, 18 Sep 2024 10:35:04 +0200 Subject: [PATCH] Bump erlang and rebar3 version for windows --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03955e44..9b78a971 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,9 +84,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Erlang - run: choco install -y erlang --version 24.0 + run: choco install -y erlang --version 26.2.5 - name: Install rebar3 - run: choco install -y rebar3 --version 3.22.1 + run: choco install -y rebar3 --version 3.23.0 - name: Compile run: rebar3 compile - name: Lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12edd912..12f059f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,9 +106,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install Erlang - run: choco install -y erlang --version 24.0 + run: choco install -y erlang --version 26.2.5 - name: Install rebar3 - run: choco install -y rebar3 --version 3.22.1 + run: choco install -y rebar3 --version 3.23.0 - name: Compile run: rebar3 compile - name: Escriptize LSP Server