diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9378320e..aad8db29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,12 @@ jobs: name: ${{ matrix.test-type }} test on OTP ${{matrix.otp}} strategy: matrix: - otp_vsn: ['24.0', '23.3.1'] - rebar_vsn: ['3.16.1'] + otp_vsn: ['25.3', '24.3'] + rebar_vsn: ['3.20.0'] test-type: ['regular', 'integration'] - runs-on: 'ubuntu-20.04' + runs-on: 'ubuntu-22.04' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp_vsn }}