Skip to content

Commit

Permalink
chore: upgrade workflow setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Nov 29, 2022
1 parent 597933c commit 0a02bb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
qa:
uses: straw-hat-team/github-actions-workflows/.github/workflows/elixir-quality-assurance.yml@v1.0.1
uses: straw-hat-team/github-actions-workflows/.github/workflows/elixir-quality-assurance.yml@v1.6.3
with:
elixir-version: '1.11'
otp-version: '22.3'
elixir-version: '1.14'
otp-version: '24.3'
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :logger, level: :debug

Expand Down

0 comments on commit 0a02bb5

Please sign in to comment.