Skip to content

Commit

Permalink
Update Matrix versions to latest & prior two.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Mar 19, 2023
1 parent 162a889 commit 69416e0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,13 @@ jobs:
fail-fast: false
matrix:
elixir:
- '1.10.4'
- '1.11.4'
- '1.12.2'
- '1.12.3'
- '1.13.4'
- '1.14.3'
otp:
- '22.3'
- '23.3'
- '24.0'
exclude:
- elixir: '1.10.4'
otp: '24.0'
- '24.3'
- '25.3'

steps:
- name: Checkout
Expand Down

0 comments on commit 69416e0

Please sign in to comment.