Older version check.

This commit is contained in:
Jesper Louis Andersen 2021-06-15 15:03:47 +02:00
parent 61b83710b5
commit f8bd7f3565
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
let OTP_Versions = {
latest: [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"

View File

@ -15,7 +15,8 @@ jobs:
strategy:
matrix:
otp_vsn:
- 22.3
- 20.3
- 21.3
os:
- ubuntu-latest
steps: