Dropped minor versions in GitHub actions

Lastest minor in given version will be taken.

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
This commit is contained in:
Ariel Otilibili 2024-11-18 21:10:54 +01:00
parent 47f7a5540c
commit 1a08e33b83

View file

@ -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: