diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7320220..14caae3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest] - otp-version: [25, 26, 27] + otp-version: [26, 27, 28] runs-on: ${{ matrix.platform }} container: image: erlang:${{ matrix.otp-version }} @@ -65,7 +65,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest] - otp-version: [25, 26, 27] + otp-version: [26, 27, 28] runs-on: ${{ matrix.platform }} container: image: erlang:${{ matrix.otp-version }}