Move more into base.

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

View File

@ -1,6 +1,7 @@
let OTP_Versions = {
latest: [24.0]
all: [18.3, 19.3, 20.3, 21.3, 22.3, 23.3, 24.0]
test: [23.3, 24.0]
}
name: "build"
@ -17,7 +18,7 @@ jobs: ci: {
"runs-on": "${{matrix.os}}"
container: image: "erlang:${{matrix.otp_vsn}}"
strategy: matrix: {
otp_vsn: OTP_Versions.latest
otp_vsn: OTP_Versions.test
os: ["ubuntu-latest"]
}
steps: [

View File

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