diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 7762c80..2ba3fd4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -19,11 +19,11 @@ jobs: strategy: matrix: # One of the tests breaks on 26 - #otp_version: ['24.3', '25.3', '26.0'] - otp_version: ['24.3', '25.3'] + #otp_version: ['24', '25', '26'] + otp_version: ['24', '25'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp_version }} @@ -47,10 +47,10 @@ jobs: strategy: matrix: - otp_version: ['21.3', '22.3', '23.3'] + otp_version: ['21', '22', '23'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp_version }}