Only run on 24.0 for now.
This commit is contained in:
parent
b7034392bd
commit
fe33927fb3
2
.github/workflows/ci.cue
vendored
2
.github/workflows/ci.cue
vendored
@ -17,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: OTP_Versions.all
|
otp_vsn: OTP_Versions.latest
|
||||||
os: ["ubuntu-latest"]
|
os: ["ubuntu-latest"]
|
||||||
}
|
}
|
||||||
steps: [
|
steps: [
|
||||||
|
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -15,12 +15,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
otp_vsn:
|
otp_vsn:
|
||||||
- 18.3
|
|
||||||
- 19.3
|
|
||||||
- 20.3
|
|
||||||
- 21.3
|
|
||||||
- 22.3
|
|
||||||
- 23.3
|
|
||||||
- 24.0
|
- 24.0
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user