Skip to content

Commit bd43487

Browse files
authored
Merge pull request #171 from ueberauth/upgrade-workflow
chore: upgrade workflow setup
2 parents 597933c + 0a02bb5 commit bd43487

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
qa:
13-
uses: straw-hat-team/github-actions-workflows/.github/workflows/elixir-quality-assurance.yml@v1.0.1
13+
uses: straw-hat-team/github-actions-workflows/.github/workflows/elixir-quality-assurance.yml@v1.6.3
1414
with:
15-
elixir-version: '1.11'
16-
otp-version: '22.3'
15+
elixir-version: '1.14'
16+
otp-version: '24.3'

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use Mix.Config
1+
import Config
22

33
config :logger, level: :debug
44

0 commit comments

Comments
 (0)