Skip to content

Bump version to v0.1.4 #18

Bump version to v0.1.4

Bump version to v0.1.4 #18

Workflow file for this run

name: test
on: push
jobs:
mix_test:
runs-on: ubuntu-latest
name: mix test (OTP ${{matrix.otp}} | Elixir ${{matrix.elixir}})
strategy:
matrix:
otp: ['24', '25']
elixir: ['1.13.4', '1.14.3']
steps:
- uses: actions/checkout@v3
- uses: erlef/[email protected]
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: mix deps.get --only test
- run: mix test