Skip to content

Commit

Permalink
Reorder matrix to put elixir versions on top
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 18, 2024
1 parent 8e5d102 commit cf8acae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
elixir:
- 1.17.x
otp:
- 27.x
- 26.x
- 25.x
elixir:
- 1.17.x
include:
- elixir: main
otp: master
Expand Down

0 comments on commit cf8acae

Please sign in to comment.