Start utilizing cue tooling.
This commit is contained in:
parent
73a6462ef3
commit
3a4d000c56
7
.github/workflows/ci.cue
vendored
7
.github/workflows/ci.cue
vendored
@ -1,3 +1,8 @@
|
|||||||
|
let OTP_Versions = {
|
||||||
|
latest: 24.0
|
||||||
|
all: [18.3, 19.3, 20.3, 21.3, 22.3, 23.3, 24.0]
|
||||||
|
}
|
||||||
|
|
||||||
name: "build"
|
name: "build"
|
||||||
on: {
|
on: {
|
||||||
push: branches: [
|
push: branches: [
|
||||||
@ -12,7 +17,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: [18.3, 19.3, 20.3, 21.3, 22.3, 23.3, 24.0]
|
otp_vsn: OTP_Versions.latest
|
||||||
os: ["ubuntu-latest"]
|
os: ["ubuntu-latest"]
|
||||||
}
|
}
|
||||||
steps: [
|
steps: [
|
||||||
|
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -14,14 +14,7 @@ jobs:
|
|||||||
image: erlang:${{matrix.otp_vsn}}
|
image: erlang:${{matrix.otp_vsn}}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
otp_vsn:
|
otp_vsn: 24.0
|
||||||
- 18.3
|
|
||||||
- 19.3
|
|
||||||
- 20.3
|
|
||||||
- 21.3
|
|
||||||
- 22.3
|
|
||||||
- 23.3
|
|
||||||
- 24.0
|
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user