Older version check.
This commit is contained in:
parent
61b83710b5
commit
f8bd7f3565
2
.github/workflows/ci.cue
vendored
2
.github/workflows/ci.cue
vendored
@ -1,7 +1,7 @@
|
|||||||
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]
|
||||||
test: [22.3]
|
test: [20.3, 21.3]
|
||||||
}
|
}
|
||||||
|
|
||||||
name: "build"
|
name: "build"
|
||||||
|
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -15,7 +15,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
otp_vsn:
|
otp_vsn:
|
||||||
- 22.3
|
- 20.3
|
||||||
|
- 21.3
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user