Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Jun 19, 2021
1 parent d506c33 commit 1c4067f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -16,14 +16,13 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.11.x
otp: 23.x
- elixir: 1.12.x
otp: 24.x
coverage: true
dialyzer: true
- elixir: 1.10.x
- elixir: 1.11.x
otp: 23.x
- elixir: 1.10.x
otp: 22.x
inch-report: true
- elixir: 1.9.x
otp: 22.x

Expand Down Expand Up @@ -101,3 +100,4 @@ jobs:

- name: Doc Coverage Report
run: MIX_ENV=docs mix inch.report
if: ${{matrix.inch-report}}
1 change: 1 addition & 0 deletions test/nebulex/cache/supervisor_test.exs
Expand Up @@ -6,6 +6,7 @@ defmodule Nebulex.Cache.SupervisorTest do
otp_app: :nebulex,
adapter: Nebulex.Adapters.Local

@impl true
def init(opts) do
case Keyword.get(opts, :ignore) do
true -> :ignore
Expand Down

0 comments on commit 1c4067f

Please sign in to comment.