Skip to content

Commit

Permalink
only keep latest runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Nov 13, 2024
1 parent df01e56 commit 80de6b4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
elixir_version: [1.13, 1.14, 1.15, 1.16, 1.17]
otp_version: [24, 25, 26, 27]
exclude:
- otp_version: 26
elixir_version: 1.13
elixir_version: [1.15, 1.16, 1.17]
otp_version: [26, 27]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 80de6b4

Please sign in to comment.