Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jun 13, 2024
1 parent 0260422 commit 8f590a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/part_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ jobs:
- otp: '21.3'
elixir: '1.11'
runs-on: ubuntu-20.04
- otp: '27.0'
elixir: 'main'
runs-on: ubuntu-latest
- otp: '${{ inputs.otpVersion }}'
elixir: '${{ inputs.elixirVersion }}'
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule Expo.MixProject do
defp deps do
[
# Dev/test dependencies
{:credo, "~> 1.0", only: [:dev], runtime: false},
{:credo, "~> 1.7", only: [:dev], runtime: false},
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
{:ex_doc, ">= 0.0.0", only: [:dev], runtime: false},
{:excoveralls, "~> 0.17", only: [:test], runtime: false}
Expand Down

0 comments on commit 8f590a9

Please sign in to comment.