Skip to content

Update badges in overview/README #11

Update badges in overview/README

Update badges in overview/README #11

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: [24, 25, 26]
os: [ubuntu-latest]
container:
image: erlang:${{ matrix.otp_version }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: CI tests
run: make ci