diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 037c34c..5e682fd 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -19,8 +19,8 @@ jobs: strategy: matrix: # One of the tests breaks on 26 - #otp_version: ['24', '25', '26'] - otp_version: ['24', '25'] + #otp_version: ['22', '23', '24', '25', '26'] + otp_version: ['22', '23', '24', '25'] steps: - uses: actions/checkout@v4 @@ -47,7 +47,7 @@ jobs: strategy: matrix: - otp_version: ['21', '22', '23'] + otp_version: ['21'] steps: - uses: actions/checkout@v4