Skip to content

Commit

Permalink
Updated versions of Erlang supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Nov 29, 2023
1 parent 2651d16 commit 99854fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
otp_version: ['24.3', '25.3']
otp_version: ['24.3', '25.3', '26.1']

steps:
- uses: actions/checkout@v2
Expand All @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
otp_version: ['20.3', '21.3', '22.3', '23.3']
otp_version: ['21.3', '22.3', '23.3']

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

0 comments on commit 99854fe

Please sign in to comment.