Skip to content

build(deps-dev): bump ex_doc from 0.32.1 to 0.34.1 #28

build(deps-dev): bump ex_doc from 0.32.1 to 0.34.1

build(deps-dev): bump ex_doc from 0.32.1 to 0.34.1 #28

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
env:
MIX_ENV: test
jobs:
test:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
runs-on: ubuntu-latest
strategy:
matrix:
otp: [ '26' ]
elixir: [ '1.15' ]
steps:
- uses: actions/checkout@v3
- uses: FedericoCarboni/setup-ffmpeg@v3
with:
ffmpeg-version: 6.1.0
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: mix deps.get
- run: mix test