Skip to content

Fix hex_http:request callback spec (#145) #266

Fix hex_http:request callback spec (#145)

Fix hex_http:request callback spec (#145) #266

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
pair:
- erlang: master
rebar3: 3.22.1
- erlang: 25
rebar3: 3.18.0
- erlang: 24
rebar3: 3.18.0
- erlang: 23
rebar3: 3.18.0
- erlang: 22
rebar3: 3.18.0
- erlang: 21
rebar3: 3.15.1
- erlang: 20
rebar3: 3.15.1
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.pair.erlang }}
rebar3-version: ${{ matrix.pair.rebar3 }}
- run: rebar3 ct
- run: rebar3 as test proper