Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Merge branch 'Feuerlabs:master' into main #1

Merge branch 'Feuerlabs:master' into main

Merge branch 'Feuerlabs:master' into main #1

Workflow file for this run

name: Exometer CI
on: [pull_request, push]
jobs:
linux:
name: Test on OTP ${{ matrix.otp_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
otp_version: [25, 26, 27]
os: [ubuntu-latest]
container:
image: erlang:${{ matrix.otp_version }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: CI tests
run: make ci