Skip to content

Commit 99854fe

Browse files
committed
Updated versions of Erlang supported.
1 parent 2651d16 commit 99854fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
otp_version: ['24.3', '25.3']
21+
otp_version: ['24.3', '25.3', '26.1']
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -45,7 +45,7 @@ jobs:
4545

4646
strategy:
4747
matrix:
48-
otp_version: ['20.3', '21.3', '22.3', '23.3']
48+
otp_version: ['21.3', '22.3', '23.3']
4949

5050
steps:
5151
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)