diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 678443f..a37fdfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,8 @@ jobs: - "23.3" - "24.3" - "25.3" - - "26" + - "26.2" + - "27.0" runs-on: ${{ matrix.platform }} container: image: erlang:${{ matrix.otp-version }}