Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Dec 23, 2023
1 parent ed6f149 commit bb50cfa
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,30 @@ jobs:
strategy:
matrix:
elixir:
- '1.11.4'
- '1.12.3'
- '1.13.4'
- '1.14.5'
- '1.15.7'
- '1.16.0'
otp:
- '21.3'
- '22.3'
- '23.3'
- '24.3'
- '25.3'
- '26.2'
exclude:
- elixir: '1.11.4'
otp: '25.3'
- elixir: '1.11.4'
otp: '26.2'
- elixir: '1.12.3'
otp: '21.3'
- elixir: '1.12.3'
otp: '25.3'
- elixir: '1.12.3'
otp: '26.2'
- elixir: '1.13.4'
otp: '21.3'
- elixir: '1.13.4'
otp: '26.2'
- elixir: '1.14.5'
otp: '21.3'
- elixir: '1.14.5'
otp: '22.3'
- elixir: '1.15.7'
otp: '21.3'
- elixir: '1.15.7'
otp: '22.3'
- elixir: '1.15.7'
otp: '23.3'
- elixir: '1.16.0'
otp: '21.3'
- elixir: '1.16.0'
otp: '22.3'
- elixir: '1.16.0'
Expand Down

0 comments on commit bb50cfa

Please sign in to comment.