diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32438245..df154ee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp_version: ['27.0', '26.2', '25.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: ['27.0', '26.2', '25.3'] + otp_version: ['26.2', '25.3'] needs: - build