Skip to content

Commit

Permalink
Update CI version to match deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Jun 24, 2021
1 parent 9a73396 commit b69accc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
Test:
strategy:
matrix:
elixir: ['1.10']
otp: [22]
elixir: ['1.12']
otp: [24]
env:
MIX_ENV: test
runs-on: ubuntu-latest
Expand All @@ -33,8 +33,8 @@ jobs:
Format:
strategy:
matrix:
elixir: ['1.10']
otp: [22]
elixir: ['1.12']
otp: [24]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -48,8 +48,8 @@ jobs:
Credo:
strategy:
matrix:
elixir: ['1.10']
otp: [22]
elixir: ['1.12']
otp: [24]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -63,8 +63,8 @@ jobs:
Dialyzer:
strategy:
matrix:
elixir: ['1.10']
otp: [22]
elixir: ['1.12']
otp: [24]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b69accc

Please sign in to comment.