Skip to content

Commit

Permalink
Elixir 1.15/1.16, otp 25/26 only for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bradschwartz committed May 14, 2024
1 parent ec55c88 commit c3867a8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
elixir_version: [1.15]
otp_version: [24, 25, 26]
exclude:
- otp_version: 26
elixir_version: 1.14
- otp_version: 26
elixir_version: 1.13
- otp_version: 25
elixir_version: 1.13
elixir_version: [1.15, 1.16]
otp_version: [25, 26]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c3867a8

Please sign in to comment.