|
@@ -1,10 +1,10 @@
|
|
on:
|
|
on:
|
|
pull_request:
|
|
pull_request:
|
|
branches:
|
|
branches:
|
|
- - "main"
|
|
|
|
|
|
+ - "master"
|
|
push:
|
|
push:
|
|
branches:
|
|
branches:
|
|
- - "main"
|
|
|
|
|
|
+ - "master"
|
|
|
|
|
|
jobs:
|
|
jobs:
|
|
test:
|
|
test:
|
|
@@ -12,7 +12,7 @@ jobs:
|
|
name: Tests on ${{matrix.otp}}
|
|
name: Tests on ${{matrix.otp}}
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- otp: ['24.1']
|
|
|
|
|
|
+ otp: ['24.1', '23.3', '22.3', '21.3', '20.3']
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
- uses: erlef/setup-beam@v1
|
|
- uses: erlef/setup-beam@v1
|