Move more into base.
This commit is contained in:
parent
fe33927fb3
commit
6cc2529023
3
.github/workflows/ci.cue
vendored
3
.github/workflows/ci.cue
vendored
@ -1,6 +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]
|
||||||
}
|
}
|
||||||
|
|
||||||
name: "build"
|
name: "build"
|
||||||
@ -17,7 +18,7 @@ jobs: ci: {
|
|||||||
"runs-on": "${{matrix.os}}"
|
"runs-on": "${{matrix.os}}"
|
||||||
container: image: "erlang:${{matrix.otp_vsn}}"
|
container: image: "erlang:${{matrix.otp_vsn}}"
|
||||||
strategy: matrix: {
|
strategy: matrix: {
|
||||||
otp_vsn: OTP_Versions.latest
|
otp_vsn: OTP_Versions.test
|
||||||
os: ["ubuntu-latest"]
|
os: ["ubuntu-latest"]
|
||||||
}
|
}
|
||||||
steps: [
|
steps: [
|
||||||
|
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
otp_vsn:
|
otp_vsn:
|
||||||
|
- 23.3
|
||||||
- 24.0
|
- 24.0
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user