Skip to content

Commit

Permalink
Add Erlang 26 and Elixir 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Oct 24, 2023
1 parent 4ad8d63 commit 841bf44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['24.3', '25.2']
elixir: ['1.13.4', '1.14.3']
otp: ['24.3', '25.2', '26.1.2']
elixir: ['1.13.4', '1.14.3', '1.15.7']

env:
MIX_ENV: test
Expand Down

0 comments on commit 841bf44

Please sign in to comment.