Skip to content

Commit

Permalink
Can we group the Erlang versions like other projects?
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 5, 2024
1 parent eba0a33 commit 15c28a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
matrix:
# One of the tests breaks on 26
#otp_version: ['24', '25', '26']
otp_version: ['24', '25']
#otp_version: ['22', '23', '24', '25', '26']
otp_version: ['22', '23', '24', '25']

steps:
- uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:

strategy:
matrix:
otp_version: ['21', '22', '23']
otp_version: ['21']

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

0 comments on commit 15c28a8

Please sign in to comment.