From cce5025b0f48c2b1e1153e39585ecb5d1f99315f Mon Sep 17 00:00:00 2001 From: GwendalLaurent Date: Fri, 23 May 2025 11:29:29 +0200 Subject: [PATCH 1/3] Bump Ubuntu version to let CI run --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77bf4b2..2d40664 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: ci: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}} strategy: matrix: From f0c40a8942392c0668188931e13296ebebd0fc84 Mon Sep 17 00:00:00 2001 From: GwendalLaurent Date: Fri, 23 May 2025 11:34:24 +0200 Subject: [PATCH 2/3] bump cache v2 to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d40664..b0e4048 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: otp-version: ${{matrix.otp}} rebar3-version: ${{matrix.rebar3}} - - uses: actions/cache@v2 + - uses: actions/cache@v4 env: cache-name: rebar3 with: From f2f2150f9081104934ca9d2000f6f78827247808 Mon Sep 17 00:00:00 2001 From: GwendalLaurent Date: Fri, 23 May 2025 11:40:20 +0200 Subject: [PATCH 3/3] drop OTP-23 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0e4048..03a5207 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: rebar3: ['3'] # latest rebar3 versions that do not give problems with selected OTPs include: - - otp: '23' - rebar3: '3.20.0' - otp: '24' rebar3: '3.23.0' steps: