Only run on 24.0 for now.

This commit is contained in:
Jesper Louis Andersen 2021-06-15 15:00:22 +02:00
parent b7034392bd
commit fe33927fb3
2 changed files with 1 additions and 7 deletions

View File

@ -17,7 +17,7 @@ jobs: ci: {
"runs-on": "${{matrix.os}}"
container: image: "erlang:${{matrix.otp_vsn}}"
strategy: matrix: {
otp_vsn: OTP_Versions.all
otp_vsn: OTP_Versions.latest
os: ["ubuntu-latest"]
}
steps: [

View File

@ -15,12 +15,6 @@ jobs:
strategy:
matrix:
otp_vsn:
- 18.3
- 19.3
- 20.3
- 21.3
- 22.3
- 23.3
- 24.0
os:
- ubuntu-latest