Skip to content

ci: Run on OTP 26

ci: Run on OTP 26 #63

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [26.1, 21.3.8.21]
container:
image: erlang:${{ matrix.otp }}
steps:
- uses: actions/checkout@v2
- name: Compile and run tests
run: make