|
@@ -9,11 +9,11 @@ on:
|
|
- master
|
|
- master
|
|
jobs:
|
|
jobs:
|
|
ci:
|
|
ci:
|
|
- name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
|
|
|
|
|
|
+ name: Run checks and tests over ${{matrix.otp}} and ${{matrix.os}}
|
|
runs-on: ${{matrix.os}}
|
|
runs-on: ${{matrix.os}}
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- otp: [20.0, 21.0, 22.0, 23.0, 24.0, 25.0]
|
|
|
|
|
|
+ otp: [21.0, 22.0, 23.0, 24.0, 25.0]
|
|
os: [ubuntu-latest]
|
|
os: [ubuntu-latest]
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|