We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 597933c + 0a02bb5 commit bd43487Copy full SHA for bd43487
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
qa:
13
- 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
14
with:
15
- elixir-version: '1.11'
16
- otp-version: '22.3'
+ elixir-version: '1.14'
+ otp-version: '24.3'
config/config.exs
@@ -1,4 +1,4 @@
1
-use Mix.Config
+import Config
2
3
config :logger, level: :debug
4
0 commit comments