Only run on 24.0 for now.
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user