Skip to content

Commit

Permalink
Re-order test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed May 17, 2024
1 parent 250555e commit 151ba57
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
strategy:
matrix:
include:
- otp-version: 24.3
- otp-version: 20
elixir-version: 1.4.5
- otp-version: 20
elixir-version: 1.6.3
- otp-version: 21
elixir-version: 1.7.4
- otp-version: 24
elixir-version: 1.16
- otp-version: 25
elixir-version: 1.15.1
- otp-version: 21.2
elixir-version: 1.7.4
- otp-version: 20.2
elixir-version: 1.6.3
- otp-version: 20.0
elixir-version: 1.4.5
- otp-version: 25
elixir-version: 1.16
check-formatted: true
Expand Down

0 comments on commit 151ba57

Please sign in to comment.