Type correction.

This commit is contained in:
Jesper Louis Andersen 2021-06-15 14:34:31 +02:00
parent 3a4d000c56
commit f99c8643f0
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
let OTP_Versions = { let OTP_Versions = {
latest: 24.0 latest: [24.0]
all: [18.3, 19.3, 20.3, 21.3, 22.3, 23.3, 24.0] all: [18.3, 19.3, 20.3, 21.3, 22.3, 23.3, 24.0]
} }

View File

@ -14,7 +14,8 @@ jobs:
image: erlang:${{matrix.otp_vsn}} image: erlang:${{matrix.otp_vsn}}
strategy: strategy:
matrix: matrix:
otp_vsn: 24.0 otp_vsn:
- 24.0
os: os:
- ubuntu-latest - ubuntu-latest
steps: steps: