Skip to content

Commit

Permalink
Disable 20 in CI/CD due to erl 26 issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Aug 6, 2023
1 parent 7235d1e commit d59b019
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:

strategy:
matrix:
otp_version: ['20.3', '21.3', '22.3', '23.3']
# XXX Once the fix for Erl 26.0 is in place for rebar3, we can re-enable
# 20.3 in CI/CD. More info here:
# * https://github.com/lfe/rebar3/issues/82
# * https://github.com/erlang/rebar3/issues/2817
#otp_version: ['20.3', '21.3', '22.3', '23.3']
otp_version: ['21.3', '22.3', '23.3']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d59b019

Please sign in to comment.