Skip to content

Commit

Permalink
Merge pull request #222 from halfdan/expand-matrix
Browse files Browse the repository at this point in the history
Add OTP26/27 but only run for 1.17/1.18
  • Loading branch information
novaugust authored Feb 21, 2025
2 parents aaedd0c + 3d5a485 commit d3318fd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
name: Ex${{matrix.elixir}}/OTP${{matrix.otp}}
strategy:
matrix:
elixir: ['1.15.8', '1.16.3', '1.17.3', '1.18.2']
otp: ['25.3.2']
elixir: ["1.15.8", "1.16.3", "1.17.3", "1.18.2"]
otp: ["25.3.2", "26.2.5", "27.2.4"]
exclude:
- elixir: "1.15.8"
otp: "27.2.4"
- elixir: "1.16.3"
otp: "27.2.4"
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit d3318fd

Please sign in to comment.