Skip to content

Merge pull request #259 from mochi/add-request-is-closed-function #10

Merge pull request #259 from mochi/add-request-is-closed-function

Merge pull request #259 from mochi/add-request-is-closed-function #10

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test ${{matrix.otp}} on ${{matrix.os}}
runs-on: ${{matrix.os}}
container:
image: erlang:${{matrix.otp}}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
otp:
- "25.3.0.0"
- "24.3.4.10"
- "23.3.4.18"
- "22.3.4.26"
- "21.3.8.24"
- "20.3.8.26"
- "19.3.6.13"
- "18.3.4.11"
steps:
- uses: actions/checkout@v3
- run: make test
- run: make edoc
- run: REBAR=rebar make test