Skip to content

Commit

Permalink
ci: update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Dec 6, 2023
1 parent f3ed24e commit 88d862f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
otp: ['25.x', '24.x', '23.x']
elixir: ['1.14.x', '1.13.x']
include:
- otp: '24.x'
elixir: '1.12.x'
- otp: '23.x'
elixir: '1.12.x'
elixir: ['1.15.x', '1.14.x', '1.13.x']
otp: ['26.x', 25.x', '24.x', '23.x']
exclude:
- elixir: '1.15.x'
otp: '23.x'
- elixir: '1.14.x'
otp: '26.x'
- elixir: '1.13.x'
otp: '26.x'
steps:
- uses: actions/checkout@v3
- name: Setup Elixir
Expand Down

0 comments on commit 88d862f

Please sign in to comment.