Skip to content

Commit

Permalink
Test Elixir 1.14-1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuap authored Dec 18, 2024
1 parent bca38d9 commit 0a33b9e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ jobs:
matrix:
include:
- pair:
elixir: '1.11'
otp: '21.3'
elixir: '1.14'
otp: '26.0'
- pair:
elixir: '1.15'
otp: '26.0'
- pair:
elixir: '1.17'
otp: '27.0'
lint: lint

runs-on: ubuntu-20.04
Expand Down

0 comments on commit 0a33b9e

Please sign in to comment.