Skip to content

Makefile: bump rebar3 to 3.25.1 #5

Makefile: bump rebar3 to 3.25.1

Makefile: bump rebar3 to 3.25.1 #5

Workflow file for this run

name: Erlang CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [25, 26, 27, 28]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and Test
run: make all