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"
|
||||
on: {
|
||||
push: branches: [
|
||||
@ -12,7 +17,7 @@ jobs: ci: {
|
||||
"runs-on": "${{matrix.os}}"
|
||||
container: image: "erlang:${{matrix.otp_vsn}}"
|
||||
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"]
|
||||
}
|
||||
steps: [
|
||||
|
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -14,14 +14,7 @@ jobs:
|
||||
image: erlang:${{matrix.otp_vsn}}
|
||||
strategy:
|
||||
matrix:
|
||||
otp_vsn:
|
||||
- 18.3
|
||||
- 19.3
|
||||
- 20.3
|
||||
- 21.3
|
||||
- 22.3
|
||||
- 23.3
|
||||
- 24.0
|
||||
otp_vsn: 24.0
|
||||
os:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user