Skip to content

up pc dep to ~> 1.15 to fix otp27, add otp versions to github ci, require min pc version #106

up pc dep to ~> 1.15 to fix otp27, add otp versions to github ci, require min pc version

up pc dep to ~> 1.15 to fix otp27, add otp versions to github ci, require min pc version #106

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linux:
name: Test on OTP ${{ matrix.otp_version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: [22,23,24,25,26,27]
os: [ubuntu-latest]
container:
image: erlang:${{ matrix.otp_version }}
steps:
- uses: actions/checkout@v2
- name: Compile
run: make
- name: Test
run: make test