Test 22.3.

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

View File

@ -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: [23.3, 24.0] test: [22.3]
} }
name: "build" name: "build"

View File

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