Skip to content

Commit

Permalink
Dropped minor versions in GitHub actions
Browse files Browse the repository at this point in the history
Lastest minor in given version will be taken.

Signed-off-by: Ariel Otilibili <[email protected]>
  • Loading branch information
ariel-anieli committed Nov 18, 2024
1 parent 47f7a55 commit 1a08e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
otp_version: ['27.0', '25.3', '25.2', '23.2']
otp_version: ['27', '25', '23']
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 1a08e33

Please sign in to comment.