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