Skip to content

Commit

Permalink
Add OTP 25 to the builds list for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
rvirding committed Dec 3, 2022
1 parent 01d8c9d commit 2aa55cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp-version: ['22', '23', '24']
otp-version: ['22', '23', '24', '25']
rebar3-version: ['3.16.1']
os: ['ubuntu-latest']

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp-version: ['22', '23', '24']
otp-version: ['22', '23', '24', '25']
os: ['ubuntu-latest']

container:
Expand Down

0 comments on commit 2aa55cc

Please sign in to comment.