Type correction.
This commit is contained in:
@@ -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]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user