diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4801f71..9505eb4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest] - otp-version: [22, 23, 24, 25, 26] + otp-version: [24, 25, 26, 27] runs-on: ${{ matrix.platform }} container: image: erlang:${{ matrix.otp-version }}