Skip to content

Commit

Permalink
Remove OTP 19 and 20 from test matrix and add 26
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Goff authored and oubiwann committed Feb 19, 2024
1 parent ba86054 commit 54aea8c
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 @@ -15,8 +15,8 @@ jobs:

strategy:
matrix:
otp_version: [19, 20, 21, 22, 23, 24, 25]
# otp_version: [22]
# otp_version: [19, 20] Removed due to an incompatibility with rebar3_lfe
otp_version: [21, 22, 23, 24, 25, 26]
os: [ubuntu-latest]

container:
Expand Down

0 comments on commit 54aea8c

Please sign in to comment.