Skip to content

Commit

Permalink
Merge pull request #7 from escobera/chore/add-matrix-of-ex-versions
Browse files Browse the repository at this point in the history
add test matrix with newest and previous elixir versions
  • Loading branch information
oliveigah authored Jun 14, 2024
2 parents 5b99863 + f86a4c6 commit a80264a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ jobs:
tests:
name: test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- elixir: 1.17.0
otp: 27.0
- elixir: 1.16.3
otp: 26.1.2
- elixir: 1.15.6
otp: 24.3.4.13
- elixir: 1.11.4
otp: 21.3.8.24
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit a80264a

Please sign in to comment.