Type correction.
This commit is contained in:
parent
3a4d000c56
commit
f99c8643f0
2
.github/workflows/ci.cue
vendored
2
.github/workflows/ci.cue
vendored
@ -1,5 +1,5 @@
|
||||
let OTP_Versions = {
|
||||
latest: 24.0
|
||||
latest: [24.0]
|
||||
all: [18.3, 19.3, 20.3, 21.3, 22.3, 23.3, 24.0]
|
||||
}
|
||||
|
||||
|
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -14,7 +14,8 @@ jobs:
|
||||
image: erlang:${{matrix.otp_vsn}}
|
||||
strategy:
|
||||
matrix:
|
||||
otp_vsn: 24.0
|
||||
otp_vsn:
|
||||
- 24.0
|
||||
os:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user