Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Apr 15, 2022
1 parent ca5a2c7 commit 7a6b939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1

strategy:
fail-fast: false
max-parallel: 1
matrix:
include:
- elixir: 1.9.4
- elixir: 1.10.0
otp: 21.3.8.24
run_installer_tests: 0
- elixir: 1.12.1
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 7a6b939

Please sign in to comment.