Skip to content

Commit

Permalink
test with multiple versions
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Nov 25, 2023
1 parent c42e948 commit 54aa252
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
elixir: [1.12, 1.13, 1.14, 1.15]
otp: [24.3, 25.3, 26.1]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 54aa252

Please sign in to comment.