Enable on all images.

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

View File

@ -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.latest otp_vsn: OTP_Versions.all
os: ["ubuntu-latest"] os: ["ubuntu-latest"]
} }
steps: [ steps: [

View File

@ -15,6 +15,12 @@ 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