From 71fbeba89485742d67711b70c75565ff3f934507 Mon Sep 17 00:00:00 2001 From: Santiago Traversa Date: Wed, 14 Aug 2024 10:38:41 -0300 Subject: [PATCH] Move to OTP/26 (#37) - Also removes OTP/24 as it's EOL --- .github/workflows/ci.yml | 4 ++-- .tool-versions | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29c5096..df154ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp_version: ['26.1', '25.3', '24.3'] + otp_version: ['26.2', '25.3'] steps: - uses: actions/checkout@v4 @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp_version: ['26.1', '25.3', '24.3'] + otp_version: ['26.2', '25.3'] needs: - build diff --git a/.tool-versions b/.tool-versions index 15e66ae..c1140d3 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -erlang 24.1 +erlang 26.2.5.2