Skip to content

Commit

Permalink
add elixir 1.15.2 with otp 26.0 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Jan 11, 2024
1 parent 799098b commit 3a4ede1
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 @@ -23,6 +23,10 @@ jobs:
otp: '25.0'
check_formatted: true
warnings_as_errors: true
- elixir: '1.15.2'
otp: '26.0'
check_formatted: true
warnings_as_errors: true
env:
MIX_ENV: test
steps:
Expand Down

0 comments on commit 3a4ede1

Please sign in to comment.