Skip to content

Commit

Permalink
chore: add more versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Timmer committed Apr 24, 2024
1 parent 73c3158 commit e897351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['24.2']
elixir: ['1.13.2', '1.14.3']
otp: ['24.3', '25.3', '26.2']
elixir: ['1.13.2', '1.14.3', '1.15.7', '1.16.2']
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit e897351

Please sign in to comment.